import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; import { CandyAppItem } from '../../models/candy-app-item.interface'; import * as i0 from "@angular/core"; export declare class CandyAppItemComponent implements OnChanges { candyAppItem: CandyAppItem; itemIndex: number; appClicked: EventEmitter; tabindex: number; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=candy-app-item.component.d.ts.map