ContainerComponentType: ComponentType & {
    dropFrame?: boolean;
    duration?: TimeCodeType;
    firstSMPTETimecode?: string;
    format?: string;
    mediaInfo?: BaseMediaInfoType;
    roundedTimeBase?: number;
    startTimecode?: number;
    startTimestamp?: TimeCodeType;
    subFormat?: string;
    timeCodeTimeBase?: TimeBaseType;
}