import { Component } from 'inferno'; export class Symbols extends Component { constructor(props: any, context: any) { super(props, context); } render() { return ( ); } }