import type { ComponentPublicInstance, Ref } from 'vue'; export declare const composeRefs: (...refs: Ref<HTMLElement | undefined>[]) => (el: Element | ComponentPublicInstance | null) => void;