import { OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { TKwikUIProgressSegmentedSize } from "./progress-segmented.definitions"; import * as i0 from "@angular/core"; export declare class KwikUIProgressSegmentedComponent implements OnInit, OnChanges { colors: string | string[]; id: string; max: number; size: TKwikUIProgressSegmentedSize; 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; isColorsEmpty(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }