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