import type React from "react"; import { Avatar as ShadcnAvatar, AvatarImage as ShadcnAvatarImage, AvatarFallback as ShadcnAvatarFallback, AvatarBadge as ShadcnAvatarBadge, AvatarGroup as ShadcnAvatarGroup, AvatarGroupCount as ShadcnAvatarGroupCount } from "src/shadcn/components/avatar"; declare const Avatar: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AvatarImage: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AvatarFallback: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AvatarBadge: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AvatarGroup: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; declare const AvatarGroupCount: (props: React.ComponentProps) => import("react/jsx-runtime").JSX.Element; export { Avatar, AvatarImage, AvatarFallback, AvatarBadge, AvatarGroup, AvatarGroupCount, };