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