import { SFC } from 'react'; import ISVGIcon from './types/IconProps'; declare const Icon: SFC; export default Icon;