export declare function useFocus(): { focus: () => void; blur: () => void; isFocused: import("vue").Ref; };