import { IRenderParams } from "../../interfaces";
import React from "react";
interface IWithdrawWidget extends IRenderParams {
}
declare const WithdrawWidget: React.FC<IWithdrawWidget>;
export default WithdrawWidget;
//# sourceMappingURL=WithdrawWidget.d.ts.map