import React from "react"; import type AvatarProps from "../private/types/AvatarProps"; declare const Wrapper: ({ children, size, imageUrl, color, bgColor, isRounded, className, }: AvatarProps) => React.JSX.Element; export default Wrapper; //# sourceMappingURL=Wrapper.d.ts.map