import Avatar, { AvatarProps as TAvatarProps } from './Avatar'; export type AvatarProps = TAvatarProps; export default Avatar;