export interface RemoteComponentConfig { url?: string; appId?: string; scope: string; module: string; } export declare const remoteStylePrefixClass = "dao-remote-component__container"; export default function loadRemoteComponent(config: RemoteComponentConfig): Promise;