import { ModuleWithProviders } from '@angular/core'; import { IcosMessageService } from './message/message.service'; import { IcosNotificationService } from './notification/notification.service'; import { UserSafeHooks } from './tree/tree'; export declare const ICOSChildModules: any; export declare const ICOSMODULES_GROUP: any[]; declare class IcosModule { static forRoot(): ModuleWithProviders; } export { IcosModule, IcosMessageService, IcosNotificationService, UserSafeHooks };