export declare class NbProgressBarComponent {
    value: number;
    status: string;
    size: string;
    displayValue: boolean;
}
