export declare const isTextContentEmpty: (text: string | null | undefined) => boolean;
