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