import type { Ref, ComponentPublicInstance } from 'vue'; export declare function extractRefHTMLElement(ref: Ref): HTMLElement | null;