import { ModuleWithProviders } from '@angular/core';
import { NgxMarkdownItConfig } from "./ngx-markdown-it-config.class";
import * as i0 from "@angular/core";
import * as i1 from "./ngx-markdown-it.component";
export declare class NgxMarkdownItModule {
    constructor(parentModule?: NgxMarkdownItModule);
    static forRoot(config?: NgxMarkdownItConfig): ModuleWithProviders<NgxMarkdownItModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxMarkdownItModule, [{ optional: true; skipSelf: true; }]>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgxMarkdownItModule, [typeof i1.NgxMarkdownItComponent], never, [typeof i1.NgxMarkdownItComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgxMarkdownItModule>;
}
