import { FC } from 'react';
import { AvatarProps } from '../type';
declare const Avatar: FC<AvatarProps>;
export default Avatar;
//# sourceMappingURL=index.d.ts.map