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