import { type RefObject } from 'react';
import { type FocusableElementRef } from '../../types';
export default function handleFocus(refs: RefObject<FocusableElementRef[]>, isLayerDisabled: () => boolean, onClose: (e: KeyboardEvent) => void): (e: KeyboardEvent) => void;
