import { type TurnkeyProviderConfig } from "../../types/base";
interface ModalRootProps {
    config: TurnkeyProviderConfig;
}
export declare function ModalRoot(props: ModalRootProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Root.d.ts.map