import { KbqColorDirective } from '@koobiq/components/core'; import * as i0 from "@angular/core"; export type ProgressBarMode = 'determinate' | 'indeterminate'; export declare class KbqProgressBarText { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class KbqProgressBarCaption { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class KbqProgressBar extends KbqColorDirective { id: string; value: number; mode: ProgressBarMode; get percentage(): number; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }