import { Color, Size } from './types'; export declare const Container: import("styled-components").StyledComponent<"div", any, { color: Color; size: Size; }, never>;