import type { StyleRule } from '@vanilla-extract/css'; import type { ModalPlacement, ModalSize } from './types'; export declare const MODAL_WIDTH: Record; export declare const ANIMATION_DURATION_MS = 250; export declare const ANIMATION_EASING_OPACITY = "ease"; export declare const animationEasingTranslation: `var(--${string})`; export declare const animationDuration: `var(--${string})`; export declare const animationDurationTranslation: `var(--${string})`; export declare const offscreenTranslation: `var(--${string})`; export declare const MODAL_PLACEMENT: Record; //# sourceMappingURL=constants.css.d.ts.map