import { EventEmitter } from '@angular/core'; import { MetricCardMetadata } from './types'; import * as i0 from "@angular/core"; /** * val-metric-card * * Card with title + optional info link + description + horizontal stats row * (val-stats-bar) + a discrete icon action button in the top-right corner. * * Presentational — pass already-resolved strings. * * @example * ```html * * ``` */ export declare class MetricCardComponent { /** Component configuration */ readonly props: import("@angular/core").InputSignal>; /** Emitted with the token of the clicked action */ onAction: EventEmitter; /** Merged configuration with defaults */ config: import("@angular/core").Signal>>; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }