///
export declare const Tagline: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const TaglineText: import("styled-components").StyledComponent<"p", any, import("../../Text/Text").TextProps, never>;
export declare const PillsUl: import("styled-components").StyledComponent<"ul", any, {}, never>;
export declare const PillsLi: import("styled-components").StyledComponent<"li", any, {}, never>;
export declare const Info: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const InfoUl: import("styled-components").StyledComponent<"ul", any, {}, never>;
export declare const Footer: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const TimelineStack: import("styled-components").StyledComponent<"div", any, import("../../Flex/Flex").FlexProps & import("../../Stack/Stack").StackProps, never>;
export declare const Action: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const HackathonCard: import("styled-components").StyledComponent<({ children, elevation, heading, headingColor, backgroundColor, backgroundImage, height, ...other }: import("../Card").CardProps & import("react").HTMLAttributes) => JSX.Element, any, {}, never>;