import * as React from 'react'; import { MobileDateRangePickerProps } from './MobileDateRangePicker.types'; declare type MobileDateRangePickerComponent = ((props: MobileDateRangePickerProps & React.RefAttributes) => JSX.Element) & { propTypes?: any; }; declare const MobileDateRangePicker: MobileDateRangePickerComponent; export { MobileDateRangePicker };