import type { ReactNode } from 'react';
declare function nodeToString(node: ReactNode): string;
export default nodeToString;
