export declare class ProgressBarSharedComponent { barStyle: 'warn' | 'danger' | 'secondary'; progress: number; }