import * as React from 'react'; export declare const AvatarImage: ({ src, alt }: { src: string; alt: string; }) => React.JSX.Element;