/**
* A tiny plugin that unravels `
x
` but also
* `
` (so it has no knowledge of “HTML”).
*
* It also marks JSX as being explicitly JSX, so when a user passes a `h1`
* component, it is used for `# heading` but not for `heading
`.
*
* @returns
* Transform.
*/
export function remarkMarkAndUnravel(): (tree: Root) => undefined;
import type { Root } from 'mdast';
//# sourceMappingURL=remark-mark-and-unravel.d.ts.map