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