import type { SvelteRenderableNode } from './shared/node-helpers'; type Props = { node: SvelteRenderableNode; }; declare const MathInlineNode: import("svelte").Component; type MathInlineNode = ReturnType; export default MathInlineNode;