import { Colors } from '../../hooks/theme'; declare const sizes: { xs: import("styled-components").FlattenSimpleInterpolation; sm: import("styled-components").FlattenSimpleInterpolation; md: import("styled-components").FlattenSimpleInterpolation; lg: import("styled-components").FlattenSimpleInterpolation; xl: import("styled-components").FlattenSimpleInterpolation; '2xl': import("styled-components").FlattenSimpleInterpolation; }; export declare type Size = keyof typeof sizes; declare type ContainerProps = { size: Size; src?: string; colorScheme: Colors; badge: boolean; }; export declare const Container: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, ContainerProps, never>; export {};