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