/// <reference types="react" />
import { FormArrayProps } from 'antd-mobile/es/components/form';
type FormArrayContextValue = {
    parentListNames: FormArrayProps['name'][];
};
declare const _default: import("react").Context<FormArrayContextValue>;
export default _default;
