import { ReactNode } from 'react'; export declare function wrapNodeIfPlain(children: ReactNode, render: () => ReactNode): ReactNode;