import { ModuleWithProviders } from '@angular/core'; import { NgxModalServiceConfig } from './ngx-modal.service'; import { NgxModalOptions } from './ngx-modal-options'; import * as i0 from "@angular/core"; import * as i1 from "./ngx-modal-holder.component"; import * as i2 from "./ngx-modal-wrapper.component"; import * as i3 from "./ngx-modal-draggable.directive"; import * as i4 from "@angular/common"; export declare class NgxModalView { static forRoot(config: NgxModalServiceConfig, defaultModalOptions?: NgxModalOptions): ModuleWithProviders; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }