///
import { BaseFormFieldSetProps } from './use-form-fieldset.type';
export declare const useFormFieldSet: (props: BaseFormFieldSetProps) => {
Provider: import("react").Provider<{
path: string;
}>;
ProviderValue: {
path: string | (string[] & string);
};
error: Error | undefined;
value: T | undefined;
onChange: (v: T, ...other: any[]) => void;
name: string | (string[] & string);
};
export default useFormFieldSet;
//# sourceMappingURL=use-form-fieldset.d.ts.map