import { CardComponent } from '../../card';
import * as i0 from "@angular/core";
export type WidgetStatDValue = {
    title?: string;
    value?: number | string;
};
export declare class WidgetStatDComponent extends CardComponent {
    /**
     * Sets the color context of the component to one of CoreUI’s themed colors.
     * @type Colors
     */
    /**
     * Values and subtitles for your component.
     * @type WidgetStatDValue
     */
    readonly values: import("@angular/core").InputSignal<WidgetStatDValue[] | undefined>;
    readonly headerClasses: import("@angular/core").Signal<Record<string, boolean>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatDComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatDComponent, "c-widget-stat-d", ["cWidgetStatD"], { "values": { "alias": "values"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
}
