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