import React from "react";
import type { AvatarTokenProps } from "./AvatarToken.types.mjs";
export declare const AvatarToken: ({ src, size, name, fallbackText, fallbackTextProps, twClassName, imageOrSvgProps, ...props }: AvatarTokenProps) => React.JSX.Element;
//# sourceMappingURL=AvatarToken.d.mts.map