import type { Ref } from 'vue';
export declare const useFocus: (el: Ref<HTMLElement>) => {
    focus: () => void;
};
