/// <reference types="react" />
type FocusTrapProps = {
    initialFocusableSelector?: string;
};
export declare const FocusTrap: import("react").ForwardRefExoticComponent<FocusTrapProps & {
    children?: import("react").ReactNode;
} & import("react").RefAttributes<HTMLDivElement>>;
export {};
