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