import { Extension } from "@tiptap/core"; import { InlineMathNode } from "./inline-math-node"; import { DEFAULT_OPTIONS, MathExtensionOption } from "./util/options"; export declare const MATH_EXTENSION_NAME = "mathExtension"; export declare const MathExtension: Extension; export { InlineMathNode, DEFAULT_OPTIONS }; export type { MathExtensionOption }; export default MathExtension;