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