import { IPickerWithActionProps } from './types'; declare const DatePicker: ({ defaultValue, onApply, onCancel, onChange, size, value }: IPickerWithActionProps) => import("react/jsx-runtime").JSX.Element; export default DatePicker;