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