import * as React from 'react'; import { IIcon } from './IIcon'; export declare class Icon extends React.Component { render(): JSX.Element; }