export declare class PoProgressBarComponent { ariaLabel?: string; indeterminate: boolean; value: number; get valueScale(): string; }