export declare function useFocus(): { isFocus: import("vue").Ref; onFocus: () => void; onBlur: () => void; };