import React from 'react'; import { ListIndexProps } from './types'; declare const ListView: React.FC; export default ListView;