import { StatsBarMetadata, StatItem } from './types';
import * as i0 from "@angular/core";
/**
* val-stats-bar
*
* Horizontal row of headline stats separated by dividers (AWS / SES "Daily
* email usage" style). Stacks vertically on mobile.
*
* Presentational: values + labels are passed already resolved/formatted.
*
* @example
* ```html
*
* ```
*/
export declare class StatsBarComponent {
/** Component configuration */
readonly props: import("@angular/core").InputSignal>;
/** Merged configuration with defaults */
config: import("@angular/core").Signal>>;
getColor(stat: StatItem): string | null;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}