///
export declare const StyledBox: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledTitle: import("@emotion/styled").StyledComponent<{
size?: import("../../../components/mantine").TextSize;
weight?: "caption" | "regular" | "semiBold" | "bold" | "halfBold";
as?: any;
wordWrap?: "none" | "break-word" | "break-all";
isUppercase?: boolean;
variant?: "primary" | "secondary" | "tertiary" | "disabled" | "error" | "success";
href?: string;
} & Omit, "size"> & Omit & import("@mantine/core").DefaultProps<"root", Record> & import("../../../types").DataTrackingType & import("react").RefAttributes & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledBrandImage: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLImageElement>, {}>;
export declare const StyledInlineFreebieContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;