import type { YooEditor, YooptaContentValue } from '../editor/types'; export declare function getPlainText(editor: YooEditor, content: YooptaContentValue): string; //# sourceMappingURL=getPlainText.d.ts.map