import { type DatePickerPanelProps } from './DatePickerPanel.types'; /** * The DatePickerPanel component. * * This component is a panel that contains the DatePickerCalendar component. * It provides the styling container for the DatePicker's calendar interface. */ export declare function DatePickerPanel({ ...rest }: DatePickerPanelProps): import("react/jsx-runtime").JSX.Element;