export type EditorPluginName = (typeof editorPluginNames)[number]; export type ViewerPluginName = (typeof viewerPluginNames)[number]; export declare const viewerPluginNames: readonly ["actionButton", "audio", "codeBlock", "collapsibleList", "divider", "file", "gallery", "giphy", "hashtag", "html", "image", "link", "linkButton", "linkPreview", "mentions", "poll", "spoiler", "table", "textColor", "textHighlight", "verticalEmbed", "video"]; export declare const editorPluginNames: readonly ["ai", "emoji", "heading", "indent", "lineSpacing", "actionButton", "audio", "codeBlock", "collapsibleList", "divider", "file", "gallery", "giphy", "hashtag", "html", "image", "link", "linkButton", "linkPreview", "mentions", "poll", "spoiler", "table", "textColor", "textHighlight", "verticalEmbed", "video"]; export declare const nextPluginToLegacyMap: Record; export declare const legacyPluginToNextMap: Record; //# sourceMappingURL=plugin-names.d.ts.map