import { ModuleWithProviders } from '@angular/core'; export declare class SpellCheckerModule { /** * Use in AppModule: new instance of SpellCheckerService. */ static forRoot(): ModuleWithProviders; /** * Use in features modules with lazy loading: new instance of SpellCheckerService. */ static forChild(): ModuleWithProviders; }