import { BoxProps } from '../Box/Box'; export declare type DatepickerCalendarHeaderCellProps = {}; export declare type DatepickerCalendarHeaderCellStylesProps = {}; export declare const datepickerCalendarHeaderCellClassName = "ui-datepicker__calendarheadercell"; /** * A DatepickerCalendarHeaderCell is used to display header cells in DatepickerCalendar grid. * This component is currently UNSTABLE! */ export declare const DatepickerCalendarHeaderCell: import("@fluentui/react-bindings").ComponentWithAs<"span", BoxProps>;