import { ReactNode } from 'react'; export declare const isEmptyHtml: (reactNode: ReactNode) => boolean;