import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const modalPanelRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ floating: { left: { borderRightWidth: number; borderRightStyle: "solid"; borderRightColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; right: { borderLeftWidth: number; borderLeftStyle: "solid"; borderLeftColor: `var(--${string})` | `var(--${string}, ${string})` | `var(--${string}, ${number})`; }; }; }>; export type ModalPanelRecipeVariants = RecipeVariants; //# sourceMappingURL=ModalPanel.css.d.ts.map