import { ModuleWithProviders } from '@angular/core';
import { DynamicHTMLOptions } from './types';
import * as i0 from "@angular/core";
import * as i1 from "./dynamic-html.component";
export declare class NgxDynamicHTMLModule {
    static forRoot(config: DynamicHTMLOptions): ModuleWithProviders<NgxDynamicHTMLModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxDynamicHTMLModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgxDynamicHTMLModule, never, [typeof i1.DynamicHTMLComponent], [typeof i1.DynamicHTMLComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgxDynamicHTMLModule>;
}
