import * as _$react_jsx_runtime0 from "react/jsx-runtime"; //#region src/client/Math.d.ts interface MathProps { children: string; } declare function MathComponent({ children }: MathProps): _$react_jsx_runtime0.JSX.Element; //#endregion //#region src/client/BlockMath.d.ts interface BlockMathProps { children: string; } declare function BlockMath({ children }: BlockMathProps): _$react_jsx_runtime0.JSX.Element; //#endregion export { BlockMath, MathComponent as Math, MathComponent };