/// <reference types="react" />
export declare const StyledBox: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, 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<import("react").HTMLAttributes<unknown>, "size"> & Omit<import("@mantine/core").TextProps, "size" | "weight" | "component"> & import("@mantine/core").DefaultProps<"root", Record<string, any>> & import("../../../types").DataTrackingType & import("react").RefAttributes<HTMLParagraphElement> & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledBrandImage: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, {}>;
export declare const StyledInlineFreebieContainer: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
