declare const focusWithin: (rootElement: Element, onFocusEnter: () => void, onFocusLeave: () => void) => (() => void);
export default focusWithin;
