export declare type NbComponentStatus = 'primary' | 'success' | 'warning' | 'danger' | 'info';
