import { type JSX } from 'woby'; export declare const Avatar: ({ className, src, alt, children, ...props }: JSX.HTMLAttributes & JSX.ImgHTMLAttributes) => JSX.Child; //# sourceMappingURL=Avatar.d.ts.map