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