/** * A hook that stores the currently focused element when the component mounts, * and returns focus to it when the component unmounts. */ export declare const useReturnFocusOnUnmount: (ref: React.RefObject) => void;