import { SimpleService } from './components/dynamic/simple.service'; import { SharedLibraryMessagesService } from './components/dynamic/shared_library_messages.service'; export declare class SharedLibrary { static forRoot(): { ngModule: typeof SharedLibrary; providers: (typeof SimpleService | typeof SharedLibraryMessagesService)[]; }; }