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