import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Wallet: import("svelte").Component; type Wallet = ReturnType; export default Wallet; //# sourceMappingURL=wallet.svelte.d.ts.map