import { PopperContentProps } from "../content.js"; import { UsePopperReturn } from "../../../../hooks/use-popper/index.js"; import { UsePopperContentReturn } from "./use-content.js"; import * as _$vue from "vue"; import { CSSProperties, StyleValue } from "vue"; //#region ../../packages/components/popper/src/composables/use-content-dom.d.ts declare const usePopperContentDOM: (props: PopperContentProps, { attributes, styles, role }: Pick & Pick) => { ariaModal: _$vue.ComputedRef; arrowStyle: _$vue.ComputedRef; contentAttrs: _$vue.ComputedRef<{ [key: string]: string | boolean; }>; contentClass: _$vue.ComputedRef<((string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | (string | { [x: string]: boolean; } | /*elided*/any)[])[])[])[])[])[])[])[])[])[])[]) | undefined)[]>; contentStyle: _$vue.ComputedRef; contentZIndex: _$vue.Ref; updateZIndex: () => void; }; type UsePopperContentDOMReturn = ReturnType; //#endregion export { UsePopperContentDOMReturn, usePopperContentDOM };