import type { ERC20OrNativeToken } from "../../nativeToken"; /** * @internal */ export declare function BuyTokenInput(props: { token: ERC20OrNativeToken; chainId: number; value: string; onChange: (value: string) => void; onSelectToken: () => void; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BuyTokenInput.d.ts.map