/// import { Component } from 'react'; import { ILazyRenderBox } from "./PropsType"; export default class LazyRenderBox extends Component { shouldComponentUpdate(nextProps: any): any; render(): JSX.Element; }