import type { RichContent } from 'ricos-schema'; import type { DraftContent } from '../src/types/contentTypes'; export declare function getContentLength(content: RichContent | DraftContent): number; //# sourceMappingURL=getContentLength.d.ts.map