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