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