import { PropType } from 'vue'; import type { FloatingOptions } from '../_utils/floating'; import { TriggerEvent } from '../_utils/constant'; import { ButtonProps } from '../button'; type DropdownPosition = 'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br'; declare var __VLS_16: {}, __VLS_34: { popupVisible: boolean; }, __VLS_42: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_16) => any; } & { icon?: (props: typeof __VLS_34) => any; } & { content?: (props: typeof __VLS_42) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; position: { type: PropType; default: string; }; popupContainer: { type: PropType; }; floatingOptions: { type: PropType; }; disabled: { type: BooleanConstructor; default: boolean; }; type: { type: PropType; }; size: { type: PropType; }; buttonProps: { type: PropType; }; hideOnSelect: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (_ev: MouseEvent) => any; 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; }; disabled: { type: BooleanConstructor; default: boolean; }; type: { type: PropType; }; size: { type: PropType; }; buttonProps: { type: PropType; }; hideOnSelect: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onClick?: ((_ev: MouseEvent) => any) | undefined; onSelect?: ((_value: string | number | Record | undefined, _ev: Event) => any) | undefined; "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined; onPopupVisibleChange?: ((_visible: boolean) => any) | undefined; }>, { position: DropdownPosition; disabled: boolean; popupVisible: boolean; defaultPopupVisible: boolean; trigger: "hover" | "click" | "focus" | "contextMenu" | ("hover" | "click" | "focus" | "contextMenu")[]; 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; }; };