import { As, Options, Props } from "ariakit-utils/types"; import { CalendarState } from "./calendar-state"; export declare const useCalendarTitle: import("ariakit-utils/types").Hook>; export declare const CalendarTitle: import("ariakit-utils/types").Component>; export declare type CalendarTitleOptions = Options & { /** * Object returned by the `useCalendarTitleState` hook. */ state: CalendarState; }; export declare type CalendarTitleProps = Props>;