import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; import type { Placement } from '@popperjs/core'; import type { Measurable } from './constants'; import type Content from './content.vue'; export interface CreatePopperInstanceParams { referenceEl: Measurable; popperContentEl: HTMLElement; arrowEl: HTMLElement | undefined; } export declare const popperCoreConfigProps: { readonly boundariesPadding: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly fallbackPlacements: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, undefined, boolean>; readonly gpuAcceleration: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly placement: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly popperOptions: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => {}, boolean>; readonly strategy: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export type PopperCoreConfigProps = ExtractPropTypes; export type PopperCoreConfigPropsPublic = __ExtractPublicPropTypes; export declare const popperContentProps: { readonly ariaLabel: StringConstructor; readonly id: StringConstructor; readonly style: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly className: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly effect: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, "dark", boolean>; readonly visible: BooleanConstructor; readonly enterable: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly pure: BooleanConstructor; readonly focusOnShow: BooleanConstructor; readonly trapping: BooleanConstructor; readonly popperClass: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly popperStyle: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly referenceEl: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly triggerTargetEl: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly stopPopperMouseEvent: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly virtualTriggering: BooleanConstructor; readonly zIndex: NumberConstructor; readonly arrowOffset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly boundariesPadding: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly fallbackPlacements: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, undefined, boolean>; readonly gpuAcceleration: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly placement: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly popperOptions: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => {}, boolean>; readonly strategy: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export type PopperContentProps = ExtractPropTypes; export type PopperContentPropsPublic = __ExtractPublicPropTypes; export declare const popperContentEmits: { mouseenter: (evt: MouseEvent) => boolean; mouseleave: (evt: MouseEvent) => boolean; focus: () => boolean; blur: () => boolean; close: () => boolean; }; export type PopperContentEmits = typeof popperContentEmits; export type PopperContentInstance = InstanceType & unknown; /** @deprecated use `popperCoreConfigProps` instead, and it will be deprecated in the next major version */ export declare const usePopperCoreConfigProps: { readonly boundariesPadding: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly fallbackPlacements: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, undefined, boolean>; readonly gpuAcceleration: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly placement: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly popperOptions: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => {}, boolean>; readonly strategy: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; /** @deprecated use `popperContentProps` instead, and it will be deprecated in the next major version */ export declare const usePopperContentProps: { readonly ariaLabel: StringConstructor; readonly id: StringConstructor; readonly style: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly className: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly effect: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, "dark", boolean>; readonly visible: BooleanConstructor; readonly enterable: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly pure: BooleanConstructor; readonly focusOnShow: BooleanConstructor; readonly trapping: BooleanConstructor; readonly popperClass: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly popperStyle: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly referenceEl: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly triggerTargetEl: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly stopPopperMouseEvent: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly virtualTriggering: BooleanConstructor; readonly zIndex: NumberConstructor; readonly arrowOffset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly boundariesPadding: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly fallbackPlacements: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, undefined, boolean>; readonly gpuAcceleration: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly offset: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly placement: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly popperOptions: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, () => {}, boolean>; readonly strategy: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; /** @deprecated use `popperContentEmits` instead, and it will be deprecated in the next major version */ export declare const usePopperContentEmits: { mouseenter: (evt: MouseEvent) => boolean; mouseleave: (evt: MouseEvent) => boolean; focus: () => boolean; blur: () => boolean; close: () => boolean; }; /** @deprecated use `PopperCoreConfigProps` instead, and it will be deprecated in the next major version */ export type UsePopperCoreConfigProps = PopperCoreConfigProps; /** @deprecated use `PopperContentProps` instead, and it will be deprecated in the next major version */ export type UsePopperContentProps = PopperContentProps; /** @deprecated use `PopperContentInstance` instead, and it will be deprecated in the next major version */ export type ElPopperArrowContent = PopperContentInstance;