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