/// declare type Props = { initials: string; src?: string; alt?: string; size?: number; }; declare const Avatar: (props: Props) => JSX.Element; export default Avatar;