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