import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const dialogContentThemeVars: { size: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; export declare const dialogInnerRoot: string; export declare const dialogContentRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ autoResizeWidth: { true: { minWidth: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; false: { width: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }>; export type DialogContentVariants = RecipeVariants; //# sourceMappingURL=DialogContent.css.d.ts.map