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