import Avatar, { AvatarProps } from './Avatar'; import Group from './Group'; export type { AvatarProps }; export type { GroupProps } from './Group'; export { Group }; export { Avatar }; export default Avatar;