import * as react_jsx_runtime from 'react/jsx-runtime'; import { FieldValues, UseControllerProps } from 'react-hook-form'; import { DatePickerInputProps as DatePickerInputProps$1, DatePickerType } from '@mantine/dates'; type DatePickerInputProps = UseControllerProps & Omit, "value" | "defaultValue">; declare function DatePickerInput({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: DatePickerInputProps): react_jsx_runtime.JSX.Element; export { DatePickerInput }; export type { DatePickerInputProps };