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