/** * @author Timur Kuzhagaliyev * @copyright 2020 * @license MIT */ import React from 'react'; export interface FileListListProps { width: number; height: number; } export declare const ListContainer: React.FC;