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