/// import { UseFormControlProps } from '../../hooks'; import { BaseMonthRangeInputProps } from './BaseMonthRangeInput'; export interface MonthRangePickerInputProps extends BaseMonthRangeInputProps, UseFormControlProps { } export declare function MonthRangePickerInput(props: MonthRangePickerInputProps): JSX.Element;