/// <reference types="react" />
interface ModalFocusScopeProps {
    /**
     * @type React.ReactElement
     */
    children: React.ReactElement;
}
export declare function ModalFocusScope(props: ModalFocusScopeProps): import("react/jsx-runtime").JSX.Element;
export {};
