/** * Brings back the focus to the element that opened an overlaid element once * said overlaid element is dismissed. * * @param active - Determines if it should focus or not */ export declare function useRefocusOnActivator(active: boolean): void;