/// import { UseFormControlProps } from '../../hooks/useFormControl'; import { BaseDateRangeInputProps } from './BaseDateRangeInput'; export interface DateRangePickerInputProps extends BaseDateRangeInputProps, UseFormControlProps { } export declare function DateRangePickerInput(props: DateRangePickerInputProps): JSX.Element;