import { MutableRefObject } from "react"; export declare const checkCanFocusTrap: (container: (HTMLElement | SVGElement)[]) => Promise; export declare const FOCUSABLE_ELEMENTS = "button:not([tabindex=\"-1\"]), [href]:not([tabindex=\"-1\"]), input:not([tabindex=\"-1\"]), select:not([tabindex=\"-1\"]), textarea:not([tabindex=\"-1\"]), [tabindex]:not([tabindex=\"-1\"])"; type UseTrapFocus = [ MutableRefObject, { update: () => void; } ]; export declare const useTrapFocus: (container?: T | null) => UseTrapFocus; export {}; //# sourceMappingURL=focusTrap.d.ts.map