import { ContainerProps, UserpicWrapperProps, InitialsProps } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerProps, never>; declare const UserpicWrapper: import("styled-components").StyledComponent<"div", any, UserpicWrapperProps, never>; declare const Initials: import("styled-components").StyledComponent<"span", any, InitialsProps, never>; export { Container, UserpicWrapper, Initials };