import { type RecipeVariants } from '@vanilla-extract/recipes'; export declare const defaultModalHeaderWrapperRecipe: import("@vanilla-extract/recipes").RuntimeFn<{ separator: { true: { borderBottomWidth: number; borderBottomStyle: "solid"; borderBottomColor: "solid"; }; false: {}; }; }>; export type DefaultModalHeaderWrapperRecipeVariants = RecipeVariants; export declare const defaultModalHeaderTitleStyle: string; //# sourceMappingURL=DefaultModalHeader.css.d.ts.map