import { Extension } from '@tiptap/core'; import { GeneralOptions } from '../../type'; export interface TextBubbleOptions extends GeneralOptions { } export declare const TextBubble: Extension; export default TextBubble;