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