import { StyledProps } from './types'; export declare const AvatarStyled: import("styled-components").StyledComponent<"div", any, { defaults: { size: import("@medly-components/theme").AvatarSizes; textColor: string; bgColor: string; fontWeight: import("@medly-components/theme").FontWeights; fontFamily: string; borderColor: string; borderRadius: string; hover: { bgColor: string; textColor: string; textShadowColor: string; imgShadowColor: string; }; pressed: { bgColor: string; textColor: string; }; }; } & StyledProps, "defaults">;