import { FormRenderProps, VariantProps } from '../../utils'; declare const DateRangePickerComponent: ({ item, control, watch, setValue, getValues, clearErrors, errors, register, variant, ...rest }: FormRenderProps & { variant: VariantProps; }) => import("react/jsx-runtime").JSX.Element; export default DateRangePickerComponent;