import { ElementRef, OnChanges } from '@angular/core'; import { PureComponent } from '../../../../../common/component/src/pure-component'; import { NgChanges } from '../../../../../common/component/src/ng-changes'; import * as i0 from "@angular/core"; export declare class BarViewComponent extends PureComponent implements OnChanges { value: number; showPercentage: boolean; width: number; constructor(elementRef: ElementRef); ngOnChanges(changes: NgChanges): void; protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }