import type { Element, Root } from 'hast'; import type { Transformer } from 'unified'; /** * Checks if `node` is a reactComponent */ export declare function isReactComponent(node: Element): boolean; export default function rehypeIsolation(): Transformer;