import { UseWithdrawButtonParams } from '../types'; export declare function useWithdrawButton({ withdrawStatus }: UseWithdrawButtonParams): { isPending: boolean; isSuccess: boolean; isError: boolean; buttonDisabled: boolean; buttonContent: string | import("react/jsx-runtime").JSX.Element; shouldShowClaim: boolean; label: string; }; //# sourceMappingURL=useWithdrawButton.d.ts.map