import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { TransferablePartition, TransferablePartitionInterface } from "./TransferablePartition";
export declare class TransferablePartition__factory {
    static readonly erc165InterfaceId = "0x8c42f5f6";
    static readonly erc1820InterfaceId = "0x95c9045ebe202a8a6cb8d9051ee5a2e9e8d0d0de7eaf81e8d34f548763361329";
    static readonly abi: ({
        anonymous: boolean;
        inputs: {
            indexed: boolean;
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        type: string;
        outputs?: undefined;
        stateMutability?: undefined;
    } | {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        anonymous?: undefined;
    })[];
    static createInterface(): TransferablePartitionInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): TransferablePartition;
}
//# sourceMappingURL=TransferablePartition__factory.d.ts.map