import type { Placement, Strategy, VirtualElement } from '@floating-ui/dom'; export declare const ElTooltipV2: import("@element-plus-next/vue-utils").SFCWithInstall<{ new (...args: any[]): { $: import("@vue/runtime-core").ComponentInternalInstance; $data: {}; $props: Partial<{ readonly effect: string; readonly style: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown>; readonly offset: number; readonly height: number; readonly width: number; readonly open: import("@element-plus-next/vue-utils").EpPropMergeType; readonly placement: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>; readonly strategy: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown>; readonly teleported: boolean; readonly to: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropMergeType; readonly reference: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown>; readonly alwaysOn: boolean; readonly arrowPadding: number; readonly delayDuration: number; readonly defaultOpen: boolean; readonly transitionProps: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown>; readonly fullTransition: boolean; }> & Omit import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown, null, boolean>; readonly teleported: BooleanConstructor; readonly to: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown, "body", boolean>; readonly ariaLabel: StringConstructor; readonly arrowPadding: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>; readonly effect: import("@element-plus-next/vue-utils").EpPropFinalized; readonly contentClass: StringConstructor; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>; readonly reference: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>; readonly offset: import("@element-plus-next/vue-utils").EpPropFinalized; readonly strategy: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onBlur: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onClick: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onFocus: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseDown: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseEnter: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseLeave: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly width: import("@element-plus-next/vue-utils").EpPropFinalized; readonly height: import("@element-plus-next/vue-utils").EpPropFinalized; readonly style: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown, null, boolean>; readonly delayDuration: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpen: BooleanConstructor; readonly open: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onOpenChange: { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly 'onUpdate:open': { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, "effect" | "style" | "offset" | "height" | "width" | "open" | "placement" | "strategy" | "teleported" | "to" | "showArrow" | "reference" | "alwaysOn" | "arrowPadding" | "delayDuration" | "defaultOpen" | "transitionProps" | "fullTransition">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import("@vue/runtime-core").Slot | undefined; }>; $root: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $parent: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import("@vue/runtime-core").ComponentOptionsBase import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown, null, boolean>; readonly teleported: BooleanConstructor; readonly to: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown, "body", boolean>; readonly ariaLabel: StringConstructor; readonly arrowPadding: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>; readonly effect: import("@element-plus-next/vue-utils").EpPropFinalized; readonly contentClass: StringConstructor; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>; readonly reference: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>; readonly offset: import("@element-plus-next/vue-utils").EpPropFinalized; readonly strategy: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onBlur: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onClick: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onFocus: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseDown: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseEnter: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseLeave: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly width: import("@element-plus-next/vue-utils").EpPropFinalized; readonly height: import("@element-plus-next/vue-utils").EpPropFinalized; readonly style: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown, null, boolean>; readonly delayDuration: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpen: BooleanConstructor; readonly open: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onOpenChange: { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly 'onUpdate:open': { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>>, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, Record, string, { readonly effect: string; readonly style: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown>; readonly offset: number; readonly height: number; readonly width: number; readonly open: import("@element-plus-next/vue-utils").EpPropMergeType; readonly placement: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>; readonly strategy: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown>; readonly teleported: boolean; readonly to: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropMergeType; readonly reference: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown>; readonly alwaysOn: boolean; readonly arrowPadding: number; readonly delayDuration: number; readonly defaultOpen: boolean; readonly transitionProps: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown>; readonly fullTransition: boolean; }> & { beforeCreate?: ((() => void) | (() => void)[]) | undefined; created?: ((() => void) | (() => void)[]) | undefined; beforeMount?: ((() => void) | (() => void)[]) | undefined; mounted?: ((() => void) | (() => void)[]) | undefined; beforeUpdate?: ((() => void) | (() => void)[]) | undefined; updated?: ((() => void) | (() => void)[]) | undefined; activated?: ((() => void) | (() => void)[]) | undefined; deactivated?: ((() => void) | (() => void)[]) | undefined; beforeDestroy?: ((() => void) | (() => void)[]) | undefined; beforeUnmount?: ((() => void) | (() => void)[]) | undefined; destroyed?: ((() => void) | (() => void)[]) | undefined; unmounted?: ((() => void) | (() => void)[]) | undefined; renderTracked?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; renderTriggered?: (((e: import("@vue/reactivity").DebuggerEvent) => void) | ((e: import("@vue/reactivity").DebuggerEvent) => void)[]) | undefined; errorCaptured?: (((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void) | ((err: unknown, instance: import("@vue/runtime-core").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("@vue/runtime-core").ComponentOptionsBase> | null, info: string) => boolean | void)[]) | undefined; }; $forceUpdate: () => void; $nextTick: typeof import("@vue/runtime-core").nextTick; $watch(source: string | Function, cb: Function, options?: import("@vue/runtime-core").WatchOptions | undefined): import("@vue/runtime-core").WatchStopHandle; } & Readonly import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown, null, boolean>; readonly teleported: BooleanConstructor; readonly to: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown, "body", boolean>; readonly ariaLabel: StringConstructor; readonly arrowPadding: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>; readonly effect: import("@element-plus-next/vue-utils").EpPropFinalized; readonly contentClass: StringConstructor; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>; readonly reference: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>; readonly offset: import("@element-plus-next/vue-utils").EpPropFinalized; readonly strategy: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onBlur: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onClick: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onFocus: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseDown: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseEnter: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseLeave: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly width: import("@element-plus-next/vue-utils").EpPropFinalized; readonly height: import("@element-plus-next/vue-utils").EpPropFinalized; readonly style: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown, null, boolean>; readonly delayDuration: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpen: BooleanConstructor; readonly open: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onOpenChange: { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly 'onUpdate:open': { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>> & import("@vue/reactivity").ShallowUnwrapRef<{}> & {} & import("@vue/runtime-core").ComponentCustomProperties; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & import("@vue/runtime-core").ComponentOptionsBase import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown, null, boolean>; readonly teleported: BooleanConstructor; readonly to: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown, "body", boolean>; readonly ariaLabel: StringConstructor; readonly arrowPadding: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => number & {}) | (() => number) | ((new (...args: any[]) => number & {}) | (() => number))[], unknown, unknown, 5, boolean>; readonly effect: import("@element-plus-next/vue-utils").EpPropFinalized; readonly contentClass: StringConstructor; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown, "bottom", boolean>; readonly reference: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown, null, boolean>; readonly offset: import("@element-plus-next/vue-utils").EpPropFinalized; readonly strategy: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown, "absolute", boolean>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onBlur: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onClick: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onFocus: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseDown: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseEnter: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly onMouseLeave: { readonly type: import("@vue/runtime-core").PropType<(e: Event) => boolean | void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly width: import("@element-plus-next/vue-utils").EpPropFinalized; readonly height: import("@element-plus-next/vue-utils").EpPropFinalized; readonly style: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown, null, boolean>; readonly delayDuration: import("@element-plus-next/vue-utils").EpPropFinalized; readonly defaultOpen: BooleanConstructor; readonly open: import("@element-plus-next/vue-utils").EpPropFinalized; readonly onOpenChange: { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly 'onUpdate:open': { readonly type: import("@vue/runtime-core").PropType<(state: boolean) => void>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; }>>, {}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, Record, string, { readonly effect: string; readonly style: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null) | ((new (...args: any[]) => import("@vue/runtime-dom").CSSProperties) | (() => import("@vue/runtime-dom").CSSProperties | null))[], unknown, unknown>; readonly offset: number; readonly height: number; readonly width: number; readonly open: import("@element-plus-next/vue-utils").EpPropMergeType; readonly placement: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => Placement & {}) | (() => Placement) | ((new (...args: any[]) => Placement & {}) | (() => Placement))[], "top" | "bottom" | "left" | "right" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end", unknown>; readonly strategy: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => Strategy & {}) | (() => Strategy) | ((new (...args: any[]) => Strategy & {}) | (() => Strategy))[], "fixed" | "absolute", unknown>; readonly teleported: boolean; readonly to: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined) | ((new (...args: any[]) => (string | import("@vue/runtime-core").RendererElement | null | undefined) & {}) | (() => string | import("@vue/runtime-core").RendererElement | null | undefined))[], unknown, unknown>; readonly showArrow: import("@element-plus-next/vue-utils").EpPropMergeType; readonly reference: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null) | ((new (...args: any[]) => HTMLElement | VirtualElement) | (() => HTMLElement | VirtualElement | null))[], unknown, unknown>; readonly alwaysOn: boolean; readonly arrowPadding: number; readonly delayDuration: number; readonly defaultOpen: boolean; readonly transitionProps: import("@element-plus-next/vue-utils").EpPropMergeType<(new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null) | ((new (...args: any[]) => import("@vue/runtime-dom").TransitionProps) | (() => import("@vue/runtime-dom").TransitionProps | null))[], unknown, unknown>; readonly fullTransition: boolean; }> & import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps & (new () => { $slots: { trigger: (_: {}) => any; default: (_: {}) => any; }; })> & Record; export * from './src/arrow'; export * from './src/content'; export * from './src/root'; export * from './src/tooltip'; export * from './src/trigger'; export default ElTooltipV2;