import { NgClass } from '@angular/common'; import * as i0 from "@angular/core"; export declare class DokuProgressBar { /** * Size of the progress bar. * @default 'medium' */ size: 'medium' | 'small'; /** * Color of the completed bar. * @default 'primary' */ color: 'primary' | 'green' | 'yellow'; /** * Value of the completed bar. * @default 0 */ value: number; /** * Whether to show label of the progress bar value. * @default false */ showValueLabel: boolean; /** * Provide custom height of the progress bar. */ height?: number; protected get classes(): NgClass['ngClass']; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }