export declare class SallaLoyaltyHero {
    /**
     * Optional image to display in the background
     */
    image: string;
    /**
     * Name of the program
     */
    name: string;
    /**
     * Description of the program
     */
    description: string;
    render(): any;
}
