import DatePickerProps from './type'; declare const DatePicker: { ({ ...props }: DatePickerProps): import("react/jsx-runtime").JSX.Element; defaultProps: { anchorOrigin: { vertical: string; horizontal: string; }; disablePast: boolean; disableFuture: boolean; inputFormat: string; loading: boolean; shouldDisableDate: () => boolean; shouldDisableMonth: () => boolean; shouldDisableYear: () => boolean; views: string[]; }; }; export default DatePicker; //# sourceMappingURL=index.d.ts.map