export declare type VideoConfig = { width: number; height: number; fps: number; durationInFrames: number; id: string; defaultProps: unknown; };