import { type ERC20OrNativeToken } from "../../nativeToken"; /** * Shows an amount "value" and renders the selected token and chain * It also renders the buttons to select the token and chain * It also renders the balance of active wallet for the selected token in selected chain * @internal */ export declare function PayWithCrypto(props: { value: string; onSelectToken: () => void; chainId: number; token: ERC20OrNativeToken; isLoading: boolean; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=PayWithCrypto.d.ts.map