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