export interface VideoVariables { width: string; height: string; } export declare const videoVariables: () => VideoVariables;