export interface Container { variant: "brand" | "black" | "white"; } export declare const Container: import("styled-components").StyledComponent<"a", import("styled-components").DefaultTheme, Container, never>; export declare const IconHolder: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>; export declare const Label: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {}, never>;