import type { PropType } from 'vue'; import { CSSProperties } from 'vue'; import type { TriggerEvent, TriggerPosition } from '../_utils/constant'; import type { FloatingOptions } from '../_utils/floating'; import { ClassName } from '../_utils/types'; import { ScrollbarProps } from '../scrollbar'; declare var __VLS_10: {}, __VLS_13: {}, __VLS_21: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_10) => any; } & { title?: (props: typeof __VLS_13) => any; } & { content?: (props: typeof __VLS_21) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; position: { type: PropType; default: string; }; contentClass: { type: PropType; }; contentStyle: { type: PropType; }; scrollbar: { type: PropType; default: boolean; }; arrowClass: { type: PropType; }; arrowStyle: { type: PropType; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; }>, {}, {}, {}, {}, 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; default: string; }; contentClass: { type: PropType; }; contentStyle: { type: PropType; }; scrollbar: { type: PropType; default: boolean; }; arrowClass: { type: PropType; }; arrowStyle: { type: PropType; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; }>> & Readonly<{ "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, { position: "left" | "right" | "bottom" | "top" | "tl" | "tr" | "bl" | "br" | "lt" | "lb" | "rt" | "rb"; scrollbar: boolean | ScrollbarProps; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; }, {}, {}, {}, 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; }; };