import { IconProps } from "../utils/index.mjs"; import "../index.mjs"; //#region src/devtool/Ganache.d.ts /** @deprecated ConsenSys sunset Truffle Suite in September 2023. */ declare const Ganache: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** @deprecated ConsenSys sunset Truffle Suite in September 2023. */ declare const GanacheMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //#endregion export { Ganache, GanacheMono }; //# sourceMappingURL=Ganache.d.mts.map