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