export declare class Progress { el: HTMLElement; percent(percent: number): Promise; render(): any; }