import type { VirtualElement } from '@floating-ui/dom'; import type { ComponentPublicInstance, Ref } from 'vue'; type AsElement = (T extends HTMLElement ? T : HTMLElement) | null; export declare function dom(ref?: Ref | null): AsElement | null; export {};