import { Avatar } from "./avatar"; export type { TaroAvatarProps as AvatarProps } from "../../types"; export default Avatar;