import { ModuleWithProviders, Type, Provider } from '@angular/core'; import * as config from './config'; import * as i0 from "@angular/core"; import * as i1 from "./golden-layout.component"; import * as i2 from "./wrapper.component"; import * as i3 from "@angular/common"; export declare class GoldenLayoutModule { static forRoot(types: config.ComponentType[], fallback?: Type, pluginDeps?: config.PluginDependencyType[]): ModuleWithProviders; static forChild(types: config.ComponentType[], fallback?: Type): Provider[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }