import { Ref } from 'vue'; export declare const useAutofocus: (ref: Ref, props: { autofocus: boolean; loading?: boolean; }) => void;