import { YearSelectProps } from './YearSelect.types'; export type { YearSelectProps, YearOption } from './YearSelect.types'; /** * Controlled year dropdown for MonthPicker. Implements the same contract as MonthPickerSelectProps * so it can be used as the default year select without depending on the legacy Select. */ export declare const YearSelect: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map