///
export interface FormListContextProps {
prefixNamePaths: any[];
}
export declare const formListContext: import("react").Context;
declare const FormListProvider: import("react").Provider;
declare const useFormListContext: () => FormListContextProps;
export { FormListProvider, useFormListContext, };