import { BooleanInput, NumberInput } from '../../components'; import * as i0 from "@angular/core"; type Background = 'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'light' | 'dark' | 'body' | 'white' | 'transparent'; export declare class ZekProgress { get value(): number; set value(v: NumberInput); private _value; get showValue(): boolean; set showValue(v: BooleanInput); private _showValue; get showTitle(): boolean; set showTitle(v: BooleanInput); private _showTitle; get _title(): string | null; get striped(): boolean; set striped(v: BooleanInput); private _striped; get animated(): boolean; set animated(v: BooleanInput); private _animated; get label(): string | null | undefined; set label(v: string | null | undefined); private _label; get height(): NumberInput; set height(v: NumberInput); private _height; get background(): Background; set background(v: Background); private _background; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};