import { Ref } from 'vue'; /** Focus element immediately after it is rendered */ export declare const useImmediateFocus: (el: Ref) => void;