type StyledIconProps = { $fillColor: string; }; declare const StyledIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, StyledIconProps>> & string; export { StyledIcon };