import { RebirthNGConfig } from '../rebirth-ng.config'; export declare class ProgressBarComponent { type: '' | 'success' | 'info' | 'warning' | 'danger'; text: string; thin: boolean; max: number; animate: boolean; striped: boolean; value: number; cssClass: string; constructor(rebirthNGConfig: RebirthNGConfig); }