import * as React$1 from "react"; import * as react_jsx_runtime0 from "react/jsx-runtime"; import * as AvatarPrimitive from "@radix-ui/react-avatar"; //#region src/react/ui/avatar.d.ts /** Displays user profile picture or initials in a circular container */ declare function Avatar({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Image element for the avatar */ declare function AvatarImage({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; /** Fallback content displayed when avatar image fails to load */ declare function AvatarFallback({ className, ...props }: React$1.ComponentProps): react_jsx_runtime0.JSX.Element; //#endregion export { Avatar, AvatarFallback, AvatarImage }; //# sourceMappingURL=avatar.d.ts.map