import React from 'react'; import { StyledIconProps } from './types'; declare const StyledIcon: React.FC>; export default StyledIcon;