import { Sprite } from './Sprite'; export declare class Timerbar { private sprite; private title; private text; private useProgressBar; private usePlayerStyle; private isVisible; private pbarValue; private textColor; private pbarBgColor; private pbarFgColor; constructor(title: string, useProgressBar?: boolean); Title: string; Text: string; readonly UseProgressBar: boolean; Progress: number; Visible: boolean; TextColor: any; ProgressbarBgColor: any; ProgressbarFgColor: any; PlayerStyle: boolean; readonly Sprite: Sprite; }