import type { UsePopperReturn } from '@hd-front-end/element-plus/es/hooks'; import type { UsePopperContentReturn } from './use-content'; import type { PopperContentProps } from '../content'; export declare const usePopperContentDOM: (props: PopperContentProps, { attributes, styles, role, }: Pick & Pick) => { ariaModal: any; arrowStyle: any; contentAttrs: any; contentClass: any; contentStyle: any; contentZIndex: any; updateZIndex: () => void; }; export type UsePopperContentDOMReturn = ReturnType;