import React from 'react'; import { IconProps } from './typings'; declare const _default: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit & { color?: import("../..").ColorPropertyTheme | import("csstype").Property.Color; marginRight?: import("../..").SpacingPropertyTheme | import("csstype").Property.MarginRight; marginLeft?: import("../..").SpacingPropertyTheme | import("csstype").Property.MarginLeft; }, never> & Partial & { color?: import("../..").ColorPropertyTheme | import("csstype").Property.Color; marginRight?: import("../..").SpacingPropertyTheme | import("csstype").Property.MarginRight; marginLeft?: import("../..").SpacingPropertyTheme | import("csstype").Property.MarginLeft; }, never>>> & string & Omit, keyof React.Component>; export default _default;