declare const _sfc_main: import("vue").DefineComponent<{ to: { type: StringConstructor; default: string; }; placement: { type: globalThis.PropType<"top" | "bottom" | "right" | "left">; default: string; }; trigger: { type: globalThis.PropType<"click" | "focus" | "hover" | "contextmenu">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: string; }; trigger: { type: globalThis.PropType<"click" | "focus" | "hover" | "contextmenu">; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; }>>, { disabled: boolean; to: string; placement: "top" | "bottom" | "right" | "left"; trigger: "click" | "focus" | "hover" | "contextmenu"; }>; export default _sfc_main;