/// import { ISingleProps, IValueType, ISingleRelatedType } from './types'; export interface IYearPickerProps extends Omit, ISingleRelatedType { } export declare const YearPicker: (props: IYearPickerProps) => JSX.Element; export default YearPicker;