export declare function RemovePasskey(params: {
    authenticatorId: string;
    userId?: string;
    onSuccess: (authenticators: string[]) => void;
    onError: (error: any) => void;
    successPageDuration?: number | undefined;
    stampWith?: string | undefined;
    title?: string;
    subTitle?: string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RemovePasskey.d.ts.map