import { UserProfile } from '@sage-bionetworks/synapse-types';
type UserCardLargeProps = {
    userProfile: UserProfile;
    isCertified?: boolean;
};
/**
 * UserCardLarge wraps around UserCardMedium
 *
 * @export UserCardLarge
 * @param {UserCardLargeProps} { userProfile }
 */
export declare function UserCardLarge({ userProfile, isCertified, }: UserCardLargeProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=UserCardLarge.d.ts.map