import * as react_jsx_runtime from 'react/jsx-runtime'; import { Avatar as Avatar$1 } from 'radix-ui'; import * as React from 'react'; declare function Avatar({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AvatarImage({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; declare function AvatarFallback({ className, ...props }: React.ComponentProps): react_jsx_runtime.JSX.Element; export { Avatar, AvatarFallback, AvatarImage };