import { OnChanges, OnInit, EventEmitter, SimpleChanges } from '@angular/core'; import { StatsCardMetadata } from './types'; import * as i0 from "@angular/core"; export declare class StatsCardComponent implements OnInit, OnChanges { private presets; preset?: string; props: Partial; resolvedProps: StatsCardMetadata; onClick: EventEmitter; Math: Math; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private resolveProps; getCardColor(): string; getBackgroundClass(): string; getTrendClass(): string; getTrendIcon(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }