import { ModuleWithProviders } from '@angular/core'; import { IGoldenLayoutConfiguration } from './src/config'; export * from './src/config'; export * from './src/hooks'; export * from './src/golden-layout.service'; export * from './src/golden-layout.component'; export declare class GoldenLayoutModule { static forRoot(config: IGoldenLayoutConfiguration): ModuleWithProviders; }