export declare function Avatar({ image, className, buttonText, ...rest }: {
    image: string;
    className?: string;
    buttonText?: string;
}): import("react/jsx-runtime").JSX.Element;
