export declare const injectCSS: (css: string) => void; export declare const OFFTHREAD_VIDEO_CLASS_NAME = "__remotion_offthreadvideo"; export declare const makeDefaultPreviewCSS: (scope: string | null, backgroundColor: string) => string;