import type { Components, JSX } from "../types/components";

interface SallaWallet extends Components.SallaWallet, HTMLElement {}
export const SallaWallet: {
    prototype: SallaWallet;
    new (): SallaWallet;
};
/**
 * Used to define this component and all nested components recursively.
 */
export const defineCustomElement: () => void;
