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