import { OnChanges } from '@angular/core'; import * as i0 from "@angular/core"; export declare class StatusComponent implements OnChanges { appearance: 'disabled' | 'highlight' | 'informative' | 'negative' | 'neutral' | 'positive' | 'warning'; emphasis: 'high' | 'medium' | 'low'; colorDot: 'aqua' | 'blue' | 'brown' | 'cyan' | 'emerald' | 'grape' | 'green' | 'grey' | 'magenta' | 'orange' | 'purple' | 'red' | 'teal' | 'violet' | 'yellow' | 'white' | 'black'; skeleton: boolean; ngOnChanges(): void; setColorDotAppearanceHigh(): void; setColorDotAppearanceLow(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }