import { CardComponent } from '../../card';
import * as i0 from "@angular/core";
export declare class WidgetStatEComponent extends CardComponent {
    constructor();
    /**
     * Title of the widget to display
     * @type string
     */
    readonly title: import("@angular/core").InputSignal<string | undefined>;
    /**
     * Value for your widget to display
     * @type string | number
     */
    readonly value: import("@angular/core").InputSignal<string | number | undefined>;
    readonly titleClasses: import("@angular/core").Signal<Record<string, boolean>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<WidgetStatEComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<WidgetStatEComponent, "c-widget-stat-e", ["cWidgetStatE"], { "title": { "alias": "title"; "required": false; "isSignal": true; }; "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
}
