import * as i0 from "@angular/core"; export declare class MetricComponent { label: string; value: string; size: MetricComponent.Size; compact: boolean; card: boolean; help?: string; align?: MetricComponent.Alignment; valueColorToken?: string; get valueColor(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare namespace MetricComponent { const Sizes: readonly ["xsmall", "small", "medium", "large"]; type Size = (typeof Sizes)[number]; const Alignments: readonly ["left", "center", "right"]; type Alignment = (typeof Alignments)[number]; }