import { TMutationDatePickerRangeProps } from './types'; import { FieldValues } from 'react-hook-form'; export declare const FormDatePickerRange: ({ name, options, portal, label, onChange: handleChange, textHint, format, invalidFormatMessage, ref, min: propsMin, max: propsMax, onChangeFirstValue, onChangeSecondValue, defaultFirstDate, defaultSecondDate, required: propsRequired, ...rest }: TMutationDatePickerRangeProps) => import("react/jsx-runtime").JSX.Element;