import AvatarImage from "./AvatarImage";
import AvatarText from "./AvatarText";
const Avatar = {
    Image: AvatarImage,
    Text: AvatarText
};
export type { AvatarImageProps } from './AvatarImage';
export type { AvatarTextProps } from './AvatarText';
export default Avatar;