import { AllSelection } from '@tiptap/pm/state'; import type { EditorPlugin } from 'ricos-types'; export type {} from './blockquote/extension'; export type {} from './bold/extension'; export type {} from './breakout/extension'; export type {} from './bulleted-list/extension'; export type {} from './draggable/extension'; export type {} from './font-size/extension'; export type {} from './hard-break/extension'; export type {} from './italic/extension'; export type {} from './list-item/extension'; export type {} from './ordered-list/extension'; export type {} from './paragraph/extension'; export type {} from './resizable/extension'; export type {} from './selection/extension'; export type {} from './tab/extension'; export type {} from './text-align/extension'; export type {} from './title/extension'; export type {} from './underline/extension'; export type {} from './undo-redo/history'; export declare const commonPlugins: EditorPlugin, object>[]; export declare const commonPluginConfig: { "wix-rich-content-plugin-indent": { isTextSelection: (selection: import("prosemirror-state").Selection) => boolean; AllSelection: typeof AllSelection; }; }; //# sourceMappingURL=index.d.ts.map