/// import { AvatarProps } from './types'; declare const Avatar: (props: AvatarProps) => JSX.Element; export default Avatar;