import { As, Options, Props } from "ariakit-utils/types"; import { CalendarCellState } from "./calendar-cell-state"; export declare const useCalendarCellButton: import("ariakit-utils").Hook>; export declare const CalendarCellButton: import("ariakit-utils").Component>; export declare type CalendarCellButtonOptions = Options & { /** * Object returned by the `useCalendarCellButtonState` hook. */ state: CalendarCellState; }; export declare type CalendarCellButtonProps = Props>;