import type { CalendarState } from "@react-stately/calendar"; export declare function useYearOptions(state: CalendarState): { value: CalendarState["focusedDate"]; formatted: string; }[]; export declare function useValidMonths(state: CalendarState, formatter: Intl.DateTimeFormat): string[];