type UserIdpModalProps = {
    userId: string;
    federatedId: string;
    onClose: () => void;
    onRefresh: () => void;
};
export declare const UserIdpModal: ({ userId, federatedId, onClose, onRefresh, }: UserIdpModalProps) => import("react/jsx-runtime").JSX.Element;
export {};
