import { ToolbarExtension } from "../../ToolbarExtension"; import { TipTapEditor, GuidValue, ToolbarProperties, EditorBubbleMenuBar } from "../../../../models"; export default class AnimatedGifMenu extends ToolbarExtension implements ToolbarProperties { menubar: EditorBubbleMenuBar; onContentChanged?: (content: string) => void; editor: TipTapEditor; editorId: GuidValue; private loc; private getEditorState; private onRemoveGif; render(h: any): VueTsxSupport.JSX.Element; }