/** * Checks if a rich text HTML value is empty or contains no meaningful content */ export declare const isEmpty: (value: string) => boolean;