/// export interface Props { name: string; } export default function Avatar({ name }: Props): JSX.Element;