import * as React from 'react'; type MobileDateRangePickerComponent = ((props: MobileDateRangePickerProps & React.RefAttributes) => JSX.Element) & { propTypes?: any; }; /** * @ignore - do not document. */ declare const MobileDateRangePicker: MobileDateRangePickerComponent; export default MobileDateRangePicker; export type MobileDateRangePickerProps = Record;