import { FunctionComponent } from 'react'; /** * The avatar. */ declare const Avatar: FunctionComponent; export default Avatar;