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

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