import { BoxProps } from '../Box/Box';
export declare type DatepickerCalendarGridProps = {};
export declare type DatepickerCalendarGridStylesProps = {};
export declare const datepickerCalendarGridClassName = "ui-datepicker__calendargrid";
/**
 * A DatepickerCalendarGrid is used to display the whole calendar grid.
 */
export declare const DatepickerCalendarGrid: import("@fluentui/react-bindings").ComponentWithAs<"table", BoxProps>;
