UNPKG

and-design-components-library

Version:

Library of reusable React components based on AND Digital design system.

4 lines (3 loc) 209 B
import { AvatarProps } from './Avatar.types'; declare const Avatar: import("styled-components").StyledComponent<"div", any, import("../Box/Box.types").BoxProps & AvatarProps, never>; export default Avatar;