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