import * as React from 'react'; import { TreeLayerProps } from './TreeLayer'; interface FileProps extends TreeLayerProps { className: string; maxEntries: number; handleTreeClick: () => void; noopRowClick: (e: React.MouseEvent) => void; linkRowClick: (e: React.MouseEvent) => void; } export declare const File: React.SFC; export {}; //# sourceMappingURL=File.d.ts.map