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