import React, { UIEvent } from 'react'; export interface FileListProps { onScroll?: (e: UIEvent) => void; } export declare const FileList: React.FC;