import { OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { TKwikUIProgressBarSize } from "./progress-bar.definitions"; import * as i0 from "@angular/core"; export declare class KwikUIProgressBarComponent implements OnInit, OnChanges { color: string; id: string; isShowLabel: boolean; max: number; size: TKwikUIProgressBarSize; value: number; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; /** * @description Handles setting up of error and focus on the input field is it invalid */ private validateInputProperty; isColorEmpty(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }