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