import { type MutableRefObject } from 'react';
export declare const useFocusWithin: (ref: MutableRefObject<HTMLDivElement | null | undefined> | undefined) => Element | null;
