import type { SelectMonthViewItems } from '../Calendar.types.js'; /** Custom hook used for the month selection view. */ export declare function useSelectMonth(): SelectMonthViewItems;