import { KbqColorDirective } from '@koobiq/components/core'; import * as i0 from "@angular/core"; export type ProgressSpinnerMode = 'determinate' | 'indeterminate'; export type ProgressSpinnerSize = 'compact' | 'big'; export declare class KbqProgressSpinnerText { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class KbqProgressSpinnerCaption { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export declare class KbqProgressSpinner extends KbqColorDirective { id: string; value: number; mode: ProgressSpinnerMode; get size(): ProgressSpinnerSize | string; set size(value: ProgressSpinnerSize | string); private _size; svgCircleRadius: string; get percentage(): number; get dashOffsetPercent(): string; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }