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