import type { DataURIImage } from "@dynamic-labs/global-wallet-client"; type Config = { eip6963: { rdns: string; }; walletIcon: DataURIImage; walletName: string; }; export declare const config: Config; export {}; //# sourceMappingURL=config.d.ts.map