import type { IClientSideComponentManifest } from '@microsoft/sp-module-interfaces'; import type { IModuleLoader } from '../interfaces/IModuleLoader'; /** * Loads a component from a manifest. * * @param manifest - Manifest of the module to load. * @returns A promise containing the loaded module. */ export default function loadComponent(manifest: IClientSideComponentManifest, moduleLoader: IModuleLoader): Promise; //# sourceMappingURL=loadComponent.d.ts.map