import React from "react"; export interface AvatarDropdownProps extends React.ButtonHTMLAttributes { initials: string; }