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