declare type StatisticIntent = 'text' | 'white' | 'inherit'; export declare const StatisticContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeAlign: 'left' | 'right'; }, never>; export declare const StyledTitleWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeIntent: StatisticIntent; }, never>; export declare const StyledContentWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>; export declare const StyledValueWrapper: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { themeIntent: StatisticIntent; }, never>; export declare const StyledPrefixWrapper: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { themeIntent: StatisticIntent; }, never>; export declare const StyledSuffixWrapper: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, { themeIntent: StatisticIntent; }, never>; export {};