import type { ExtractPropTypes, StyleValue } from 'vue'; import type { Options, Placement } from '@popperjs/core'; declare type ClassObjectType = Record; declare type ClassType = string | ClassObjectType | ClassType[]; export declare const usePopperCoreConfigProps: { readonly boundariesPadding: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fallbackPlacements: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, () => never[], boolean>; readonly gpuAcceleration: import("@element-plus-next/vue-utils").EpPropFinalized; readonly offset: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized; readonly popperOptions: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Partial) | (() => Partial) | ((new (...args: any[]) => Partial) | (() => Partial))[], unknown, unknown, () => {}, boolean>; readonly strategy: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare const usePopperContentProps: { readonly id: StringConstructor; readonly style: { readonly type: import("@vue/runtime-core").PropType StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly className: { readonly type: import("@vue/runtime-core").PropType ClassType & {}) | (() => ClassType) | ((new (...args: any[]) => ClassType & {}) | (() => ClassType))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly effect: import("@element-plus-next/vue-utils").EpPropFinalized; readonly visible: BooleanConstructor; readonly enterable: import("@element-plus-next/vue-utils").EpPropFinalized; readonly pure: BooleanConstructor; readonly focusOnShow: import("@element-plus-next/vue-utils").EpPropFinalized; readonly trapping: import("@element-plus-next/vue-utils").EpPropFinalized; readonly popperClass: { readonly type: import("@vue/runtime-core").PropType ClassType & {}) | (() => ClassType) | ((new (...args: any[]) => ClassType & {}) | (() => ClassType))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly popperStyle: { readonly type: import("@vue/runtime-core").PropType StyleValue & {}) | (() => StyleValue) | ((new (...args: any[]) => StyleValue & {}) | (() => StyleValue))[], unknown, unknown>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly referenceEl: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly triggerTargetEl: { readonly type: import("@vue/runtime-core").PropType; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly stopPopperMouseEvent: import("@element-plus-next/vue-utils").EpPropFinalized; readonly ariaLabel: import("@element-plus-next/vue-utils").EpPropFinalized; readonly virtualTriggering: BooleanConstructor; readonly zIndex: NumberConstructor; readonly boundariesPadding: import("@element-plus-next/vue-utils").EpPropFinalized; readonly fallbackPlacements: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]))[], unknown, unknown, () => never[], boolean>; readonly gpuAcceleration: import("@element-plus-next/vue-utils").EpPropFinalized; readonly offset: import("@element-plus-next/vue-utils").EpPropFinalized; readonly placement: import("@element-plus-next/vue-utils").EpPropFinalized; readonly popperOptions: import("@element-plus-next/vue-utils").EpPropFinalized<(new (...args: any[]) => Partial) | (() => Partial) | ((new (...args: any[]) => Partial) | (() => Partial))[], unknown, unknown, () => {}, boolean>; readonly strategy: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare const usePopperContentEmits: string[]; export declare type UsePopperContentProps = ExtractPropTypes; export declare type UsePopperCoreConfigProps = ExtractPropTypes; export {};