import * as React from 'react'; import * as AvatarPrimitive from '@radix-ui/react-avatar'; declare function AvatarImage({ className, ...props }: React.ComponentProps): React.JSX.Element; export { AvatarImage };