import { Control, FieldPath, FieldValues } from 'react-hook-form'; interface AuthFieldProps = FieldPath> { control: Control; name: TName; label: string; placeholder: string; type?: string; } export declare function AuthField = FieldPath>({ control, name, label, placeholder, type, }: AuthFieldProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=auth-field.d.ts.map