import { DropdownProps, DropdownTriggerType, DropdownPlacement } from './types'; import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare var __VLS_1: {}, __VLS_7: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { dropdown?: (props: typeof __VLS_7) => any; }; declare const __VLS_component: DefineComponent void; hide: () => void; visible: Ref; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { click: (event: MouseEvent) => any; "visible-change": (visible: boolean) => any; scrolled: () => any; command: (command: any) => any; }, string, PublicProps, Readonly & Readonly<{ onClick?: ((event: MouseEvent) => any) | undefined; "onVisible-change"?: ((visible: boolean) => any) | undefined; onScrolled?: (() => any) | undefined; onCommand?: ((command: any) => any) | undefined; }>, { disabled: boolean; trigger: DropdownTriggerType; placement: DropdownPlacement; showTimeout: number; hideTimeout: number; hideOnClick: boolean; maxHeight: string | number; background: string; hoverBackground: string; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=VDropdown.vue.d.ts.map