export declare function useFocus(): { focused: boolean; onFocus: () => void; onBlur: () => void; };