import type { RefObject } from 'react';
export declare function useFocusTrap(containerRef: RefObject<HTMLElement | null>): void;
