import { EventEmitter } from '@angular/core';
import * as ko from './ng-katex.options';
import * as ɵngcc0 from '@angular/core';
export declare class KatexComponent {
    equation: string;
    options?: ko.KatexOptions;
    onError: EventEmitter<any>;
    hasError(error: any): void;
    static ɵfac: ɵngcc0.ɵɵFactoryDeclaration<KatexComponent, never>;
    static ɵcmp: ɵngcc0.ɵɵComponentDeclaration<KatexComponent, "ng-katex", never, { "equation": "equation"; "options": "options"; }, { "onError": "onError"; }, never, never>;
}

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