import { FieldValues } from 'react-hook-form'; import { FormFieldProps } from '../../../forms/Form/types'; export declare const FormField: ({ name, props, control, error, className, }: FormFieldProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map