import { ModuleWithProviders } from '@angular/core'; import { NgxFfmConfig } from './ngx-ffm-config'; export declare class NgxFfmModule { static forRoot(ngxFileManagerConfig: NgxFfmConfig): ModuleWithProviders; }