import type { StamperType } from "@turnkey/core";
export declare function RemoveOAuthProvider(params: {
    providerId: string;
    title?: string;
    subTitle?: string;
    successPageDuration?: number | undefined;
    onSuccess: (providerIds: string[]) => void;
    onError: (error: any) => void;
    stampWith?: StamperType | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RemoveOAuthProvider.d.ts.map