import * as React from 'react'; import tsPropsType from './PropsType'; export default class ListView extends React.Component { static propTypes: { dataSource: React.Requireable; }; static DataSource: any; static IndexedList: any; render(): JSX.Element; }