import type { ProviderType } from "../../../realm-settings/routes/KeyProvider";
type KeyProviderModalProps = {
    providerType: ProviderType;
    onClose: () => void;
};
export declare const KeyProviderModal: ({ providerType, onClose, }: KeyProviderModalProps) => import("react/jsx-runtime").JSX.Element;
export {};
