import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { placement?: "left" | "right" | "top" | "bottom"; }; declare var __VLS_7: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_7) => any; }; declare const __VLS_base: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { afterLeave: (el: HTMLElement) => any; beforeEnter: (el: HTMLElement) => any; enter: (el: HTMLElement) => any; afterEnter: (el: HTMLElement) => any; leave: (el: HTMLElement) => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ onAfterLeave?: ((el: HTMLElement) => any) | undefined; onBeforeEnter?: ((el: HTMLElement) => any) | undefined; onEnter?: ((el: HTMLElement) => any) | undefined; onAfterEnter?: ((el: HTMLElement) => any) | undefined; onLeave?: ((el: HTMLElement) => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };