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