import { CloseButtonPropTyp, ContainerPropType, InitialsPropType, TagTextPropType, UserPicAreaPropsType } from './types'; declare const LinkWrapper: import("styled-components").StyledComponent<"a", any, {}, never>; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerPropType, never>; declare const UserPicArea: import("styled-components").StyledComponent<"div", any, UserPicAreaPropsType, never>; declare const Initials: import("styled-components").StyledComponent<"p", any, InitialsPropType, never>; declare const TagText: import("styled-components").StyledComponent<"p", any, TagTextPropType, never>; declare const CloseButton: import("styled-components").StyledComponent<"button", any, CloseButtonPropTyp, never>; export { Container, LinkWrapper, UserPicArea, TagText, CloseButton, Initials };