import { RefObject } from 'react'; export declare function useFocus(): [RefObject, () => void];