import { Signer } from "ethers";
import { Provider } from "@ethersproject/providers";
import type { IUniswapV2ERC20 } from "../IUniswapV2ERC20";
export declare class IUniswapV2ERC20__factory {
    static connect(address: string, signerOrProvider: Signer | Provider): IUniswapV2ERC20;
}
