import { IconProps } from "../utils/index.mjs"; import "../index.mjs"; //#region src/chain/Ethereum.d.ts /** Ethereum chain icon (colored). */ declare const Ethereum: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Ethereum Circle chain icon (colored). */ declare const EthereumCircle: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Ethereum Circle chain icon (monochrome). */ declare const EthereumCircleMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Ethereum Square chain icon (colored). */ declare const EthereumSquare: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Ethereum Square chain icon (monochrome). */ declare const EthereumSquareMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Ethereum chain icon (monochrome). */ declare const EthereumMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //#endregion export { Ethereum, EthereumCircle, EthereumCircleMono, EthereumMono, EthereumSquare, EthereumSquareMono }; //# sourceMappingURL=Ethereum.d.mts.map