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