import { ProgressColor, ProgressStatus, ProgressType } from './progress.types';
import * as i0 from "@angular/core";
export declare class ProgressComponent {
    progress: number;
    type: ProgressType;
    color: ProgressColor;
    status: ProgressStatus;
    get style(): {
        [klass: string]: boolean;
    };
    getIndicator(): 1 | 0 | -1;
    private getColor;
    static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "xui-progress", never, { "progress": { "alias": "progress"; "required": false; }; "type": { "alias": "type"; "required": false; }; "color": { "alias": "color"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>;
}
