import { Component } from 'react'; export default class View extends Component { constructor(props: any); render(): JSX.Element; }