export declare const Icon: import("styled-components").StyledComponent<"div", any, {
    size: number;
    brand: string;
}, never>;
export declare const brandThemes: {
    google: {
        name: string;
        icon: any;
        formats: {
            primary: string;
        };
        focus: string;
        content: {
            [key: string]: string;
        };
        item: {
            [key: string]: string;
        };
        inputs: {
            [key: string]: string;
        };
        shadows: {
            [key: string]: string;
        };
        a11y: {
            [key: string]: string | number | boolean;
        };
    };
    facebook: {
        name: string;
        icon: any;
        formats: {
            primary: string;
        };
        focus: string;
        iconStyles: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<any>>;
        content: {
            [key: string]: string;
        };
        item: {
            [key: string]: string;
        };
        inputs: {
            [key: string]: string;
        };
        shadows: {
            [key: string]: string;
        };
        a11y: {
            [key: string]: string | number | boolean;
        };
    };
    apple: {
        light: {
            name: string;
            icon: any;
            formats: {
                primary: string;
            };
            focus: string;
            content: {
                [key: string]: string;
            };
            item: {
                [key: string]: string;
            };
            inputs: {
                [key: string]: string;
            };
            shadows: {
                [key: string]: string;
            };
            a11y: {
                [key: string]: string | number | boolean;
            };
        };
        dark: {
            name: string;
            icon: any;
            formats: {
                primary: string;
            };
            focus: string;
            content: {
                [key: string]: string;
            };
            item: {
                [key: string]: string;
            };
            inputs: {
                [key: string]: string;
            };
            shadows: {
                [key: string]: string;
            };
            a11y: {
                [key: string]: string | number | boolean;
            };
        };
    };
};
