export declare const base: string; export declare const sizes: Record<"large" | "medium" | "small", string>; /** * Drives the backdrop fade. Animating a custom property instead of `opacity` directly * works around a framer-motion + Chrome iframe issue where the opacity animation is delayed * by several seconds. * @internal */ export declare const backdropOpacityVar = "--strato-modal-fade-opacity"; export declare const backdrop: string; export declare const header: string; export declare const dividerWrapper: string; export declare const content: Record<"withFooter" | "withoutFooter", string>; export declare const footerSection: string; //# sourceMappingURL=Modal.css.d.ts.map