import { AvatarProps } from "./avatar.types.js";
import { Avatar, AvatarBase } from "./avatar.js";
export { Avatar, AvatarBase, type AvatarProps };
