import { TransactionButtonRenderParams } from '../../transaction/types'; export type RenderWithdrawButtonProps = TransactionButtonRenderParams & { withdrawAmountError: string | null; withdrawnAmount: string; vaultToken?: { symbol: string; }; }; export declare function RenderWithdrawButton({ context, onSubmit, onSuccess, isDisabled, withdrawAmountError, withdrawnAmount, vaultToken, }: RenderWithdrawButtonProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RenderWithdrawButton.d.ts.map