export declare const nestedModalTop: `var(--${string})`; export declare const nestedModalScale: `var(--${string})`; declare const modalWidth: `var(--${string})`; export declare const modalStyle: { container: string; imageContainer: string; image: string; content: string; backdrop: string; modal: import("@vanilla-extract/recipes").RuntimeFn<{ image: { true: { padding: number; }; }; placement: Record; positivePosition: { true: { transformOrigin: "top"; transform: `translateY(var(--${string})) scale(var(--${string}))`; }; }; size: { [k: string]: { vars: { [modalWidth]: string; }; }; }; }>; }; export {}; //# sourceMappingURL=styles.css.d.ts.map