import { AvatarProps } from "antd"; import { AvatarGroupProps } from "antd/es/avatar/AvatarGroup"; import { AvatarSize } from "antd/es/avatar/AvatarContext"; export type { AvatarProps, AvatarGroupProps, AvatarSize };