import React from 'react';
import { type PickerProps } from '../base';
export type DatePickerYearProps = Omit<PickerProps<{
    value: number;
}>, 'value' | 'data'>;
declare const _default: React.MemoExoticComponent<({ width, overlayItemStyle: overlayItemStyleProp, ...restProps }: DatePickerYearProps) => React.JSX.Element>;
export default _default;
//# sourceMappingURL=DatePickerYear.d.ts.map