import { Avatar } from './Avatar'; import type { AvatarProps } from './Avatar.types'; export type { AvatarProps }; export { Avatar };