/// import { Component } from 'react'; import { IStaticRenderer } from "./PropsType"; export default class StaticRenderer extends Component { shouldComponentUpdate(nextProps: any): any; render(): any; }