import React from 'react';
import { FileHistoryProps } from '../../types';
declare const FileImportHistory: React.FC<FileHistoryProps>;
export default FileImportHistory;
