import { InfoCardMetadata } from './types';
import * as i0 from "@angular/core";
/**
* val-info-card
*
* Card with icon + overtitle + title + subtitle on the left side, and a list
* of key-value pairs (label: value) on the right side. Inspired by npm's
* "Provenance" / metadata panel style.
*
* Two-column layout on desktop, stacked single-column on mobile.
*
* Presentational — pass already-resolved strings.
*
* @example
* ```html
*
* ```
*/
export declare class InfoCardComponent {
/** Component configuration */
readonly props: import("@angular/core").InputSignal>;
/** Merged configuration with defaults */
config: import("@angular/core").Signal>>;
getIconColor(): string;
static ɵfac: i0.ɵɵFactoryDeclaration;
static ɵcmp: i0.ɵɵComponentDeclaration;
}