import { IYearSelector } from './types/yearSelector';
export declare const YearSelector: (props: IYearSelector) => JSX.Element;
