import { SizeType } from '../../basic'; import { GraphicFitType as AvatarFit } from '../../graphic'; declare type AvatarShape = 'circle' | 'square'; declare type AvatarSize = SizeType | number; export { AvatarShape, AvatarSize, AvatarFit };