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