import type { Ref } from 'vue'; export declare type UseRef = [(el: any, key: string | number) => void, Ref]; export declare const useRef: () => UseRef;