import React__default from 'react'; import { FieldValues, Path, RegisterOptions } from 'react-hook-form'; import { FormTextInputProps } from './text-input.js'; declare function HookFormTextInput({ id, name, rules, label, error, classNames, disabled, ...rest }: Omit & { name: Path; rules?: RegisterOptions> | undefined; error?: string; }): React__default.JSX.Element | null; export { HookFormTextInput };