/** * SelectMonthView component * Renders a grid of buttons for selecting the month. * @internal */ export declare const SelectMonthView: { (): import("react/jsx-runtime").JSX.Element; displayName: string; };