import { FC } from "react"; import "./style.scss"; import { AvatarProps } from ".."; /** Avatar component */ declare const Avatar: FC; export default Avatar; //# sourceMappingURL=index.d.ts.map