import { Signer } from "ethers";
import type { Provider } from "@ethersproject/providers";
import type { IAccessible, IAccessibleInterface } from "./IAccessible";
export declare class IAccessible__factory {
    static readonly erc165InterfaceId = "0xb55bd4f7";
    static readonly erc1820InterfaceId = "0xf18e31eb8933b57c0e0901596142cfa2a6988596a295ca01b1e5618d514d6f91";
    static readonly abi: {
        inputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        name: string;
        outputs: {
            internalType: string;
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
    }[];
    static createInterface(): IAccessibleInterface;
    static connect(address: string, signerOrProvider: Signer | Provider): IAccessible;
}
//# sourceMappingURL=IAccessible__factory.d.ts.map