import { CardItemModel } from '../../model/card/card-item-model'; export declare class CardItemComponent { card: CardItemModel; constructor(); ngAfterViewInit(): void; }