import { Component } from 'react'; export default class Item extends Component { shouldComponentUpdate(...args: any[]): any; render(): JSX.Element; }