declare function tabTrappingKey(event: KeyboardEvent, parentElem: HTMLElement | Document, onlyTabbable?: HTMLElement[] | null): boolean | undefined;
declare namespace tabTrappingKey {
    var isNotRadioOrTabbableRadio: (node: HTMLInputElement) => boolean;
}
export { tabTrappingKey };
//# sourceMappingURL=focus-trap-js.d.ts.map