declare namespace Ext { export interface ProgressConfig { animate?: boolean; baseCls?: string; text?: string; textTpl?: string | Ext.XTemplate; value?: number; } export class Progress extends Ext.Widget { public getAnimate(): void; public getText(): void; public setAnimate(): void; public setText(): void; } }