/** * Recipe configuration for the Alert component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const alertRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "title" | "description" | "icon" | "actions" | "dismissButton", { variant: { flat: {}; outlined: { root: { border: "solid-25"; borderColor: "colorPalette.5"; backgroundColor: "colorPalette.2"; padding: "200"; borderRadius: "200"; }; }; }; }>;