import { Color } from '@sdcorejs/utils/models'; import * as i0 from '@angular/core'; interface SdHistoryItemType { title: string; status?: { title?: string; color?: Color; icon?: string; }; date?: string; actor?: string; source?: string; description?: string; } declare class SdHistoryItem { items: SdHistoryItemType[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { SdHistoryItem };