import { UseFormReturn } from 'react-hook-form';
export interface I_FieldWrapperProps {
    name?: string;
    registerName: string;
    children: React.ReactNode;
    methods?: UseFormReturn;
}
//# sourceMappingURL=index.d.ts.map