import React from 'react'; import { CollectionProps } from 'react-virtualized'; declare const Collection: React.FC; export default Collection;