import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { ISignatureMintERC721_V1, ISignatureMintERC721_V1Interface } from "../ISignatureMintERC721_V1";
export declare class ISignatureMintERC721_V1__factory {
    static readonly abi: {
        type: string;
        name: string;
        inputs: ({
            name: string;
            type: string;
            internalType: string;
            components: {
                name: string;
                type: string;
                internalType: string;
            }[];
        } | {
            name: string;
            type: string;
            internalType: string;
            components?: undefined;
        })[];
        outputs: {
            name: string;
            type: string;
            internalType: string;
        }[];
        stateMutability: string;
    }[];
    static createInterface(): ISignatureMintERC721_V1Interface;
    static connect(address: string, signerOrProvider: Signer | Provider): ISignatureMintERC721_V1;
}
//# sourceMappingURL=ISignatureMintERC721_V1__factory.d.ts.map