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