import { FC } from "react"; export interface WithdrawProps { onCancel?: () => void; onOk?: () => void; } export declare const Withdraw: FC; //# sourceMappingURL=withdraw.d.ts.map