import type { CalendarStateReturn } from './calendar-state';
export declare const CalendarGrid: import("@vtex/admin-ui-react").AdminUIComponent<import("reakit-system/ts/createComponent").Component<"div", import("reakit/ts/Role").RoleOptions>, CalendarGridOptions>;
export declare type CalendarGridOptions = {
    state: CalendarStateReturn;
};
