import type { RichContent } from 'ricos-schema'; import type { TiptapEditorPlugin } from 'ricos-types'; export declare const hasUnsupportedContent: (content: RichContent, plugins: TiptapEditorPlugin[]) => boolean; //# sourceMappingURL=has-unsupported-content.d.ts.map