import { PropertyExt, publish } from "./PropertyExt"; export declare class ProgressBar extends PropertyExt { halfLife: publish; decay: publish; size: publish; color: publish; blurBar: publish; blurSize: publish; blurColor: publish; blurOpacity: publish; protected _elementID: string; protected _running: boolean; protected _style: any; constructor(); calcCSS(halflife: number, perc: number): string; start(): void; finish(): void; enter(domNode: any, element: any): void; exit(_domNode: any, _element: any): void; protected updateProgress(halflife: number, perc: number): void; } //# sourceMappingURL=ProgressBar.d.ts.map