import { IconProps } from "../utils/index.mjs"; //#region src/wallet/RainbowWallet.d.ts interface RainbowWalletProps extends IconProps { withBackground?: boolean; } declare const RainbowWallet: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; declare const RainbowWalletSymbol: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Rainbow Wallet Circle wallet icon (colored). */ declare const RainbowWalletCircle: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Rainbow Wallet Circle wallet icon (monochrome). */ declare const RainbowWalletCircleMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Rainbow Wallet Square wallet icon (colored). */ declare const RainbowWalletSquare: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Rainbow Wallet Square wallet icon (monochrome). */ declare const RainbowWalletSquareMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Rainbow Wallet wallet icon (monochrome). */ declare const RainbowWalletMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; /** Rainbow Wallet Symbol wallet icon (monochrome). */ declare const RainbowWalletSymbolMono: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; //#endregion export { RainbowWallet, RainbowWalletCircle, RainbowWalletCircleMono, RainbowWalletMono, RainbowWalletSquare, RainbowWalletSquareMono, RainbowWalletSymbol, RainbowWalletSymbolMono }; //# sourceMappingURL=RainbowWallet.d.mts.map