/// import type { IDatePickerOptions } from './interface'; /** * 年滚动选择 */ export declare function YearPicker(props: IDatePickerOptions): JSX.Element;