export default rehypeMathJaxSvg; /** * Render elements with a `language-math` (or `math-display`, `math-inline`) * class with MathJax using SVG. * * @param [options] * Configuration (optional). * @returns * Transform. */ declare const rehypeMathJaxSvg: (options?: Readonly | null | undefined) => (tree: import("hast").Root) => undefined;