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