import type { CalendarStateReturn } from './calendar-state';
export declare const CalendarCellButton: import("@vtex/admin-ui-react").AdminUIComponent<import("reakit-system/ts/createComponent").Component<"button", import("reakit/ts/Clickable").ClickableOptions>, CalendarCellButtonOptions>;
export declare type CalendarCellButtonOptions = {
    date: Date;
    state: CalendarStateReturn;
};
