import type React from 'react'; declare function reactToText(node: React.ReactNode): string; export default reactToText;