import { ComponentFactoryResolver, EventEmitter, OnInit, OnChanges, OnDestroy } from '@angular/core'; import { CardService } from './card.service'; import { ContextService } from '../../core/extension/context.service'; import * as i0 from "@angular/core"; export declare class CardBoardComponent implements OnInit, OnChanges, OnDestroy { private resolver; private ctx; private cardService; target: string; type: string; title?: string; collapsed: boolean; isHidden: EventEmitter; cardBoardTarget: any; cardsHidden: Map; hidden: boolean; private cardBoardRef; private ctxSub; constructor(resolver: ComponentFactoryResolver, ctx: ContextService, cardService: CardService); ngOnInit(): void; ngOnChanges(): void; ngOnDestroy(): void; private loadCardBoard; private destroyCardBoard; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }