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