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.
 */
export declare const DatepickerCalendarHeaderCell: import("@fluentui/react-bindings").ComponentWithAs<"th", BoxProps>;
