import * as React from 'react'; import { FocusTrapProps } from './FocusTrap.types'; export declare function getTabIndex(node: HTMLElement): number; export declare function isNonTabbableRadio(node: HTMLInputElement): boolean; export declare function isNodeMatchingSelectorFocusable(node: HTMLInputElement): boolean; export declare function defaultGetTabbable(root: HTMLElement): HTMLElement[]; declare function FocusTrap(props: FocusTrapProps): React.JSX.Element; export { FocusTrap };