import { ImageProps } from '../Image/types'; export interface AvatarProps extends ImageProps { size?: number; }