import { PropType } from 'vue'; import type { FloatingOptions } from '../_utils/floating'; import { TriggerEvent } from '../_utils/constant'; import { DropdownPosition } from './interface'; declare var __VLS_10: {}, __VLS_19: {}, __VLS_22: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_10) => any; } & { content?: (props: typeof __VLS_19) => any; } & { footer?: (props: typeof __VLS_22) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; position: { type: PropType; default: string; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; popupMaxHeight: { type: (BooleanConstructor | NumberConstructor)[]; default: boolean; }; hideOnSelect: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { select: (_value: string | number | Record | undefined, _ev: Event) => any; "update:popupVisible": (_visible: boolean) => any; popupVisibleChange: (_visible: boolean) => any; }, string, import("vue").PublicProps, Readonly; default: string; }; position: { type: PropType; default: string; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; popupMaxHeight: { type: (BooleanConstructor | NumberConstructor)[]; default: boolean; }; hideOnSelect: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onSelect?: ((_value: string | number | Record | undefined, _ev: Event) => any) | undefined; "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, { position: DropdownPosition; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; popupMaxHeight: number | boolean; hideOnSelect: boolean; }, {}, {}, {}, 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; }; };