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