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