import { ElementType, MutableRefObject } from 'react'; import { Props } from '../../types'; declare let DEFAULT_FOCUS_TRAP_TAG: "div"; export declare function FocusTrap(props: Props & { initialFocus?: MutableRefObject; }): import("react").ReactElement import("react").ReactElement import("react").Component)> | null) | (new (props: any) => import("react").Component)> | null; export {};