import * as React from 'react'; export default class Icon extends React.Component { static defaultProps: { className: string; }; render(): any; }