import { ModuleWithProviders } from "@angular/core";
import { NgxSpinnerConfig } from "./config";
import * as i0 from "@angular/core";
import * as i1 from "./ngx-spinner.component";
import * as i2 from "./safe-html.pipe";
export declare class NgxSpinnerModule {
    static forRoot(config?: NgxSpinnerConfig): ModuleWithProviders<NgxSpinnerModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxSpinnerModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSpinnerModule, never, [typeof i1.NgxSpinnerComponent, typeof i2.SafeHtmlPipe], [typeof i1.NgxSpinnerComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgxSpinnerModule>;
}
