import * as React from 'react'; import { HistoryComponentProps } from './History'; declare const MobileHistory: React.FC; export default MobileHistory;