/** * Get User's initials by First and Last names */ export declare const getInitials: (name: string) => string;