import { YearSelectProps } from '../../types';
export declare const YearSelect: ({ onSelectYear, ...rest }: YearSelectProps) => import("react/jsx-runtime").JSX.Element;
