import { FC } from 'react'; declare const HistoryView: FC<{}>; export default HistoryView;