export interface IContainer { id: string; reverseColor?: boolean; } export declare const Container: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IContainer, never>; //# sourceMappingURL=styles.d.ts.map