/** * 获取配置态控件能力 */ declare const getEdEngineApis: (compName: string, platform: "pc" | "mobile" | undefined, actionMap: Record) => {}; export default getEdEngineApis;