import React from 'react'; import { HistoryProps } from '@burner-wallet/types'; declare const History: React.FC; export default History;