import { ProfileSize } from "./profile.config"; interface ProfileSProps { size?: ProfileSize; hasSrc?: boolean; darkBackground?: boolean; } declare const ProfileNameStyle: import("styled-components").StyledComponent<"span", any, ProfileSProps, never>; declare const ProfileEmailStyle: import("styled-components").StyledComponent>, any, Pick, never>; declare const ProfileTextStyle: import("styled-components").StyledComponent<"span", any, ProfileSProps, never>; declare const ProfileStyle: import("styled-components").StyledComponent<"div", any, { theme: object; } & Pick, "theme">; declare const ProfileDetailsStyle: import("styled-components").StyledComponent<"div", any, Pick, never>; declare const ProfileAvatarStyle: import("styled-components").StyledComponent<({ alt, backgroundColor, foregroundColor, className, name, darkBackground, iconType, initials, shape, size, src, onClick, tooltipMessage, tooltipId, tooltipIsVisible, tooltipPosition, tooltipType, tooltipSize, tooltipBgColor, tooltipFontColor, ...rest }: import("../portrait").PortraitProps) => import("react").JSX.Element, any, {}, never>; export { ProfileStyle, ProfileNameStyle, ProfileDetailsStyle, ProfileAvatarStyle, ProfileEmailStyle, ProfileTextStyle, };