import type { Root } from 'mdast'; /** * remark plugin: make mdxJsx* element kinds match their context. * - Inside phrasing parents → mdxJsxTextElement * - Inside flow parents → mdxJsxFlowElement * - Elements with block-level tag names → mdxJsxFlowElement * - Elements containing non-phrasing children → mdxJsxFlowElement */ export declare function remarkMdxJsxNormalize(): (tree: Root) => void; //# sourceMappingURL=remark-mdx-jsx-normalize.d.ts.map