import { IconProps } from "../utils/index.mjs"; import "../index.mjs"; //#region src/coin/Ftm.d.ts /** @deprecated FTM was upgraded 1:1 to Sonic (S) — use `Sonic` from the coin subpath instead. */ declare const Ftm: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** @deprecated Use `SonicMono` instead. */ declare const FtmMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //#endregion export { Ftm, FtmMono }; //# sourceMappingURL=Ftm.d.mts.map