import { FloatingMenuPluginProps } from '@tiptap/extension-floating-menu'; import { PropType } from 'vue'; export declare const FloatingMenu: import("vue").DefineComponent; required: true; }; tippyOptions: { type: PropType; default: () => {}; }; shouldShow: { type: PropType["shouldShow"], null>>; default: null; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; required: true; }; tippyOptions: { type: PropType; default: () => {}; }; shouldShow: { type: PropType["shouldShow"], null>>; default: null; }; }>> & Readonly<{}>, { tippyOptions: Partial | undefined; shouldShow: (props: { editor: import("@tiptap/core").Editor; view: import("prosemirror-view").EditorView; state: import("prosemirror-state").EditorState; oldState?: import("prosemirror-state").EditorState; }) => boolean; pluginKey: any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=FloatingMenu.d.ts.map