export { default as Avatar } from "./Avatar";
export * from "./Avatar";
export type { AvatarProps } from "./AvatarProps";
