import { RefObject } from 'react';
export declare const useFocusTrap: (containerRef: RefObject<HTMLElement | null>, active: boolean) => void;
