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