import { RefObject } from 'react'; export declare const useFocus: ( /** This prop is needed to ensure the element is visible */ isVisible: boolean) => RefObject;