import { AfterViewInit, OnChanges, EventEmitter } from '@angular/core'; import { ICardLimit } from '@knz/util'; export declare class CardLimitComponent implements AfterViewInit, OnChanges { data: ICardLimit; itemClickEvent: EventEmitter; readonly photo: string; constructor(); ngAfterViewInit(): void; ngOnChanges(): void; cardClick(): void; }