import type { RichContent } from 'ricos-schema'; import type { DraftContent } from '../types'; export declare const isContentStateEmpty: (contentState: DraftContent) => boolean; export declare const isRichContentEmpty: (contentState: RichContent) => boolean; //# sourceMappingURL=contentStateUtils.d.ts.map