/** * @uiName Reward Actions * @canvasRenderer always-replace */ export declare class RewardsActions { /** * Text inside the previous button * * @uiName Previous Button Text */ previoustext: string; /** * Text inside the hide button * * @uiName Hide Button Text */ hidetext: string; /** * Text inside the next button * * @uiName Next Button Text */ nexttext: string; render(): any; }