import { IconProps } from "../utils/index.mjs"; import "../index.mjs"; //#region src/devtool/EthersJs.d.ts /** Ethers Js devtool icon (colored). */ declare const EthersJs: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Ethers Js devtool icon (monochrome). */ declare const EthersJsMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //#endregion export { EthersJs, EthersJsMono }; //# sourceMappingURL=EthersJs.d.mts.map