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