/** * Recipe configuration for the DatePicker component. * Defines the styling variants and base styles using Chakra UI's recipe system. */ export declare const datePickerSlotRecipe: import('@chakra-ui/react').SlotRecipeDefinition<"root" | "popover" | "group" | "calendar" | "calendarHeader" | "calendarGrid" | "calendarCell", { size: { sm: {}; md: {}; }; variant: { solid: {}; ghost: {}; }; }>;