import { AvatarProps } from './Avatar.types'; export declare const base: import("styled-components").FlattenSimpleInterpolation; export declare const Wrapper: import("styled-components").StyledComponent<"div", any, { isScalable?: AvatarProps["isScalable"]; borderRadius?: AvatarProps["customBorderRadius"]; }, never>; export declare const StatusIcon: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Image: import("styled-components").StyledComponent<"img", any, { borderRadius?: AvatarProps["customBorderRadius"]; }, never>; export declare const Text: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const ExtraContent: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ExtraBadge: import("styled-components").StyledComponent & ((import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; size?: string; view?: string; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & { clear?: true; pilled?: never; transparent?: never; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; size?: string; view?: string; } & { contentLeft?: import("react").ReactNode; contentRight?: never; } & { pilled?: boolean; transparent?: boolean; clear?: never; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; size?: string; view?: string; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & { clear?: true; pilled?: never; transparent?: never; } & import("react").RefAttributes) | (import("react").HTMLAttributes & { text?: string; customColor?: string; customBackgroundColor?: string; maxWidth?: import("react").CSSProperties["width"]; size?: string; view?: string; } & { contentLeft?: never; contentRight?: import("react").ReactNode; } & { pilled?: boolean; transparent?: boolean; clear?: never; } & import("react").RefAttributes))>, any, {}, never>; export declare const ExtraCounter: import("styled-components").StyledComponent & import("react").HTMLAttributes & import("../Counter/Counter.types").CustomCounterProps & import("react").RefAttributes>, any, {}, never>; //# sourceMappingURL=Avatar.styles.d.ts.map