import { EthereumAccountAddress } from "@hypernetlabs/objects"; import React from "react"; interface CreateBatchIdentityWidget { onCloseCallback: () => void; registryName: string; currentAccountAddress: EthereumAccountAddress; } declare const CreateBatchIdentityWidget: React.FC; export default CreateBatchIdentityWidget; //# sourceMappingURL=CreateBatchIdentityWidget.d.ts.map