import type { Root } from "hast";
import type { Plugin } from "unified";
import type { KatexOptions } from "katex";
declare const rehypeKatexSvelte: Plugin<[KatexOptions?], Root, Root>;
export default rehypeKatexSvelte;
