import { OnInit } from '@angular/core'; import { FeedItem, FeedItemAction } from '../../models/user-feed.model'; import * as i0 from "@angular/core"; export declare class FeedCardSmComponent implements OnInit { FeedItem: FeedItem; IconColor: string; Icon: string; constructor(); ngOnInit(): void; HandleAction(action: FeedItemAction): void; protected determineIcon(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }