export interface UserProfileButtonProps {
  userName?: string;
  userImageSrc?: string;
}
