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