import type TooltipContent from './content.vue'; import type { ExtractPropTypes, __ExtractPublicPropTypes } from 'vue'; export declare const useTooltipContentProps: { readonly ariaLabel: StringConstructor; readonly appendTo: { readonly type: ExtractPropTypes; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly content: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly rawContent: BooleanConstructor; readonly persistent: BooleanConstructor; readonly visible: import("@hd-front-end/element-plus/es/utils").EpPropFinalized, unknown, unknown, null, boolean>; readonly transition: StringConstructor; readonly teleported: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly disabled: BooleanConstructor; 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 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; readonly showAfter: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly hideAfter: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; readonly autoClose: import("@hd-front-end/element-plus/es/utils").EpPropFinalized; }; export type ElTooltipContentProps = ExtractPropTypes; export type ElTooltipContentPropsPublic = __ExtractPublicPropTypes; export type TooltipContentInstance = InstanceType & unknown;