export type FocusManagerHook = {
    targetRef: HTMLDivElement | null;
};
export declare const useFocusTrap: ({ targetRef }: FocusManagerHook) => void;
