import type * as p from "@bokehjs/core/properties"; import { Markup } from "@bokehjs/models/widgets/markup"; import { PanelMarkupView } from "./layout"; export declare class MathJaxView extends PanelMarkupView { model: MathJax; connect_signals(): void; render(): void; } export declare namespace MathJax { type Attrs = p.AttrsOf; type Props = Markup.Props & { text: p.Property; }; } export interface MathJax extends MathJax.Attrs { } export declare class MathJax extends Markup { properties: MathJax.Props; constructor(attrs?: Partial); static __module__: string; } //# sourceMappingURL=mathjax.d.ts.map