/**
 * Test double for `remark-math`. The real plugin is ESM-only; our mocked
 * `react-markdown` ignores the plugins array, so the no-op default is
 * sufficient to satisfy the import.
 */
declare const remarkMathMock: () => undefined;
export default remarkMathMock;
//# sourceMappingURL=mockRemarkMath.d.ts.map