import { ContainerPropType, LinkWrapperPropType, TextPropType } from './types'; declare const Container: import("styled-components").StyledComponent<"div", any, ContainerPropType, never>; declare const LinkWrapper: import("styled-components").StyledComponent<"a", any, LinkWrapperPropType, never>; declare const Text: import("styled-components").StyledComponent<"span", any, TextPropType, never>; export { Container, LinkWrapper, Text };