import { PropType } from 'vue'; import type { FloatingOptions } from '../_utils/floating'; declare var __VLS_16: {}, __VLS_19: {}, __VLS_22: {}, __VLS_36: {}, __VLS_39: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_16) => any; } & { icon?: (props: typeof __VLS_19) => any; } & { suffix?: (props: typeof __VLS_22) => any; } & { content?: (props: typeof __VLS_36) => any; } & { footer?: (props: typeof __VLS_39) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; position: { type: PropType<"rt" | "lt">; default: string; }; floatingOptions: { type: PropType; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; optionProps: { type: ObjectConstructor; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:popupVisible": (_visible: boolean) => any; popupVisibleChange: (_visible: boolean) => any; }, string, import("vue").PublicProps, Readonly; default: string; }; position: { type: PropType<"rt" | "lt">; default: string; }; floatingOptions: { type: PropType; }; popupVisible: { type: BooleanConstructor; default: undefined; }; defaultPopupVisible: { type: BooleanConstructor; default: boolean; }; optionProps: { type: ObjectConstructor; }; }>> & Readonly<{ "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, { position: "lt" | "rt"; disabled: boolean; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | ("hover" | "click")[]; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };