import { UserProfile } from '@sage-bionetworks/synapse-types';
export declare function getDisplayName(firstName: string | null, lastName: string | null, userName?: string): string;
export declare function getDisplayNameFromProfile(userProfile: UserProfile): string;
//# sourceMappingURL=DisplayUtils.d.ts.map