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