import { UserInfoProps, WrapperProps, ProfileContainerProps } from './types'; declare const Wrapper: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; declare const ProfileContainer: import("styled-components").StyledComponent<"div", any, ProfileContainerProps, never>; declare const UserInfo: import("styled-components").StyledComponent<"p", any, UserInfoProps, never>; declare const ProfileNavigation: import("styled-components").StyledComponent<"div", any, {}, never>; export { ProfileContainer, UserInfo, Wrapper, ProfileNavigation };