import * as React from "react"; import type { MDXComponents } from "../../types/index.js"; export declare const normalizeChild: (child: React.ReactNode) => React.ReactNode; export declare function createDefaultMDXComponents(): MDXComponents; //# sourceMappingURL=react-helpers.d.ts.map