import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const bottomSheetContainerThemeVars: { width: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; height: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; export declare const bottomSheetContainerWrapperStyle: string; export declare const bottomSheetContainerRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ suppressResizeWidth: { true: { width: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; false: { minWidth: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }>; export type BottomSheetContainerRecipeVariants = RecipeVariants; //# sourceMappingURL=BottomSheetContainer.css.d.ts.map