import { CefGSPAssociation } from '../../ref'; import { GSPCommonElement } from '../GSPCommonElement'; /** * 关联关系 * @author wangjiegj */ /** * 关联关系 */ export declare class GSPAssociation extends CefGSPAssociation { /** * 引用的元素集合 */ RefElementCollection: GSPCommonElement[]; }