import { PopperEffect } from "./popper.js"; import "../../../index.js"; import { PopperContentProps } from "./content.js"; import { Options as Options$1, Placement as Placement$1 } from "../index.js"; import * as vue from "vue"; import * as _popperjs_core0 from "@popperjs/core"; //#region ../../packages/components/popper/src/content.vue.d.ts declare var __VLS_13: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_13) => any; }; declare const __VLS_base: vue.DefineComponent; /** * @description popperjs instance */ popperInstanceRef: vue.ComputedRef<_popperjs_core0.Instance | undefined>; /** * @description method for updating popper */ updatePopper: (shouldUpdateZIndex?: boolean) => void; /** * @description content style */ contentStyle: vue.ComputedRef; }, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, { blur: () => void; close: () => void; focus: () => void; mouseenter: (evt: MouseEvent) => void; mouseleave: (evt: MouseEvent) => void; }, string, vue.PublicProps, Readonly & Readonly<{ onBlur?: (() => any) | undefined; onClose?: (() => any) | undefined; onFocus?: (() => any) | undefined; onMouseenter?: ((evt: MouseEvent) => any) | undefined; onMouseleave?: ((evt: MouseEvent) => any) | undefined; }>, { effect: PopperEffect; enterable: boolean; offset: number; placement: Placement$1; popperOptions: Partial; visible: boolean; style: string | false | vue.CSSProperties | vue.StyleValue[] | null; popperStyle: string | false | vue.CSSProperties | vue.StyleValue[] | null; pure: boolean; focusOnShow: boolean; trapping: boolean; stopPopperMouseEvent: boolean; virtualTriggering: boolean; loop: boolean; boundariesPadding: number; gpuAcceleration: boolean; strategy: "fixed" | "absolute"; arrowOffset: number; }, {}, {}, {}, string, vue.ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };