import { FC } from "react"; type activeName = "deposit" | "withdraw"; interface DepositAndWithdrawProps { activeTab: activeName; onCancel?: () => void; onOk?: () => void; } export declare const DepositAndWithdraw: FC; export declare const DepositAndWithdrawWithSheet: FC; export declare const DepositAndWithdrawWithDialog: FC; export {}; //# sourceMappingURL=depositAndwithdraw.d.ts.map