declare const TextWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; declare const TopLine: import("styled-components").StyledComponent<"p", any, {}, never>; declare const Heading: import("styled-components").StyledComponent<"h1", any, {}, never>; declare const Subtitle: import("styled-components").StyledComponent<"p", any, {}, never>; declare const Content: import("styled-components").StyledComponent<"p", any, {}, never>; export { TextWrapper, TopLine, Heading, Subtitle, Content };