import { ElementRef } from '@angular/core';
import * as ko from './ng-katex.options';
import * as ɵngcc0 from '@angular/core';
export declare class KatexService {
    render(equation: string, element: ElementRef, options?: ko.KatexOptions): any;
    renderToString(equation: string, options?: ko.KatexOptions): string;
    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<KatexService, never>;
    static ɵprov: ɵngcc0.ɵɵInjectableDeclaration<KatexService>;
}

//# sourceMappingURL=ng-katex.service.d.ts.map