import React from 'react'; import 'react-dates/initialize'; import 'react-dates/lib/css/_datepicker.css'; import { Period } from '../../models/Period'; import { DateRangePickerProps } from '../DateRangePicker'; export declare type DateRangePickerFormatProps = Omit & { startDate: string; endDate: string; format: string; onDatesChange: (dates: Period) => void; }; declare const _default: React.ComponentType & Partial> & Partial, never>>, "id" | "label" | "fullWidth" | "format" | "required" | "onFocusChange" | "regular" | "anchorDirection" | "openDirection" | "appendToBody" | "isOutsideRange" | "startDate" | "endDate" | "focusedInput" | "onDatesChange" | "minimumNights"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"outlined" | "textField" | "@global">>; export default _default; //# sourceMappingURL=DateRangePickerFormat.d.ts.map