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