import { LingXiEdFC } from '@lingxiteam/types'; export interface MyRemoteComponentEDProps { url: string; fileCode: string; customProps: any; remoteCompType?: any; type?: 'React' | 'Vue' | 'Fish'; className: string; $$componentItem: any; associatedType?: string; } declare const RemoteComponentED: LingXiEdFC; export default RemoteComponentED;