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