export declare function useFocusTrap(active?: boolean): (instance: HTMLElement | null) => void;
