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

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