import { TZDate } from '@date-fns/tz'; export interface SelectMonthViewItems { months: TZDate[]; } /** * SelectMonthView component * Renders a grid of buttons for selecting the month */ export declare const SelectMonthView: { (): import("react/jsx-runtime.js").JSX.Element; displayName: string; };