import { DefaultTheme } from "styled-components"; export declare const StyledTitleSet: import("styled-components").StyledComponent<"div", DefaultTheme, {}, never>; export declare const StyledTitle: import("styled-components").StyledComponent<"div", DefaultTheme, import("../Box").BoxProps & import("../Box").FlexProps & { linkBottom?: boolean | undefined; }, never>; export declare const StyledHeading: import("styled-components").StyledComponent<"div", DefaultTheme, import("../Text").TextProps & { bold: boolean; } & import("../Heading").HeadingProps & { linkBottom?: boolean | undefined; }, "bold">; export declare const StyledLink: import("styled-components").StyledComponent<"a", DefaultTheme, { linkBottom?: boolean | undefined; }, never>; export declare const StyledDescription: import("styled-components").StyledComponent<"p", DefaultTheme, {}, never>;