import { GridProps } from 'styled-system'; import { Size, ColorVariant, IconColorVariant } from './types'; export declare const Container: import("styled-components").StyledComponent<"div", any, { size: Size; colorVariant: ColorVariant; } & GridProps>>, never>; export declare const IconContainer: import("styled-components").StyledComponent<"div", any, { iconColor: IconColorVariant; }, never>;