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