import type { Wallet, WalletProperties } from '../../types.js';
import { type BaseEcosystemConnectorOptions } from './ecosystemWallet.js';
export type EcosystemWalletOptions = BaseEcosystemConnectorOptions & Pick<WalletProperties, 'logoDark' | 'logoLight'> & {
    name?: string;
};
export declare const ecosystemWallet: (options: EcosystemWalletOptions) => Wallet;
//# sourceMappingURL=index.d.ts.map