declare const IconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeColor: 'inherit' | 'text' | 'subdued-text' | 'disabled-text' | 'primary' | 'info' | 'danger' | 'warning' | 'success' | 'error'; themeSize: 'inherit' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'; }, never>; declare const StyledIcon: import("styled-components").StyledComponent<"i", import("styled-components").DefaultTheme, { themeColor: 'inherit' | 'text' | 'subdued-text' | 'disabled-text' | 'primary' | 'info' | 'danger' | 'warning' | 'success' | 'error'; themeSize: 'inherit' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'; }, never>; declare const SpinningIconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, { themeColor: 'inherit' | 'text' | 'subdued-text' | 'disabled-text' | 'primary' | 'info' | 'danger' | 'warning' | 'success' | 'error'; themeSize: 'inherit' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'; }, never>; declare const SpinningIcon: import("styled-components").StyledComponent<"i", import("styled-components").DefaultTheme, { themeColor: 'inherit' | 'text' | 'subdued-text' | 'disabled-text' | 'primary' | 'info' | 'danger' | 'warning' | 'success' | 'error'; themeSize: 'inherit' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'; }, never>; export { IconWrapper, StyledIcon, SpinningIconWrapper, SpinningIcon };