/// <reference types="react" />
declare const useFocus: (ref: import("react").MutableRefObject<HTMLDivElement>) => void;
export default useFocus;
