import type { TuiSizeXXL, TuiSizeXXS } from '@taiga-ui/core/types';
import * as i0 from "@angular/core";
export declare class TuiProgressBar {
    private readonly options;
    color: string | null;
    size: TuiSizeXXL | TuiSizeXXS;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiProgressBar, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TuiProgressBar, "progress[tuiProgressBar]", never, { "color": { "alias": "color"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, true, never>;
}
