import { type ReactNode } from "react"; /** Flatten heading presentation markup into the text shown in navigation. */ export declare const reactNodeToText: (node: ReactNode) => string; //# sourceMappingURL=react-node-text.d.ts.map