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