export declare const useFocusWithin: (element: HTMLElement | undefined, onFocusIn?: () => void, onFocusOut?: () => void) => boolean;