export declare class Utils {
static getUserPhotoUrl(userEmail: string, siteUrl: string, size?: string): string;
static trim(s: string): string;
}