/** * A hook that constraints tabbing/focus on focuable elements in the given element ref. * @param ref React.MutableRefObject< null | HTMLElement > */ declare const useFocusTrap: (ref: React.MutableRefObject) => void; export default useFocusTrap; //# sourceMappingURL=use-focus-trap.d.ts.map