/** * 合并方法,支持对象中包含getter方法 * @param object * @param otherArgs */ export declare function mergeGetter, S1 extends Record, S2 extends Record>(object: T, source1: S1, ...args: S2[]): any; export declare const RemoteComponentMap: { React: import("@lingxiteam/types").LingXiFC; Vue: import("@lingxiteam/types").LingXiFC; Fish: import("@lingxiteam/types").LingXiFC; };