declare const SelectWalletModal: import("svelte").Component<Record<string, never>, {}, "">;
type SelectWalletModal = ReturnType<typeof SelectWalletModal>;
export default SelectWalletModal;
