/** @packageDocumentation
 * @module Widgets
 */
export declare class RenderCommandBreakdown {
    private readonly _div;
    private readonly _cellDiv;
    private _curIntervalId?;
    private readonly _cells;
    private readonly _total;
    constructor(parent: HTMLElement);
    [Symbol.dispose](): void;
    private toggle;
    private clearInterval;
    private update;
}
//# sourceMappingURL=RenderCommandBreakdown.d.ts.map