import React from 'react'; export declare type SubformContextInterface = string | undefined; /** * 子表单上下文 */ declare const SubformContext: React.Context; export default SubformContext;