declare function AddPluginComponent(plugin: any, components: any): void; declare function GetComponent(componentID: any): any; declare function GetPluginComponent(componentID: string, pluginID?: string): Promise; declare function LoadPlugin(pluginID: any, version?: string, loadCss?: boolean): Promise; declare function GetComponentConfigValue(component: any): any; export { AddPluginComponent, GetPluginComponent, GetComponent, GetComponentConfigValue, LoadPlugin };