import { FC } from 'react';
import { AvatarProps } from './types';
declare const Avatar: FC<AvatarProps>;
export default Avatar;
