import { default as React } from 'react'; import { Collection } from './collection.types'; interface Props { collection: Collection; } export declare function CollectionView(props: Props): React.JSX.Element; export {};