import { ComponentFactoryResolver, EventEmitter, OnInit, OnChanges, OnDestroy, ChangeDetectorRef } from '@angular/core'; import { CardService } from './card.service'; import { Card } from './card.model'; import * as i0 from "@angular/core"; export declare class CardComponent implements OnInit, OnChanges, OnDestroy { private resolver; private cardService; private cdr; cardId: string; type: string; last: boolean; hidden?: EventEmitter; cardCreated?: EventEmitter; cardTarget: any; private cardRendererRef; hide: boolean; constructor(resolver: ComponentFactoryResolver, cardService: CardService, cdr: ChangeDetectorRef); ngOnInit(): void; ngOnChanges(): void; ngOnDestroy(): void; private loadCard; private destroyCard; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }