import type { ComponentSize } from '../../../types'; export type { AvatarProps } from './props'; export type AvatarSize = ComponentSize | number;