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