import React from 'react'; import { CoinflowWithdrawProps } from './common'; export declare function CoinflowWithdraw(withdrawProps: CoinflowWithdrawProps): React.JSX.Element;