/// import { IconSize } from '.'; import { box } from '../../utility/box'; type IconPropsType = typeof box.props & { $elementSize: IconSize; $elementColor?: string; }; declare const StyledIcon: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, IconPropsType>>; export default StyledIcon;