/** * @deprecated DatePickerSinglePanel is deprecated. Use DatePickerSingleGridPanel instead. * This component will be deleted when we move DatePickerSingleGridPanel from labs to core. */ export declare const DatePickerSinglePanel: import("react").ForwardRefExoticComponent & { onSelectionChange?: ((event: import("react").SyntheticEvent, selectedDate?: unknown) => void) | undefined; CalendarProps?: Partial, "onSelectionChange" | "selectionVariant" | "selectedDate" | "defaultSelectedDate" | "onVisibleMonthChange">> | undefined; } & import("react").RefAttributes>;