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