import Avatar from './Avatar';
export type { AvatarProps } from './Avatar';
export { Avatar };
export default Avatar;
