import React from 'react'; import { CoinflowHistoryProps } from './common'; export declare function CoinflowPurchaseHistory(props: CoinflowHistoryProps): React.JSX.Element;