import { EventEmitter, OnChanges, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class SlickCardComponent implements OnChanges { header: any; clickable: boolean; selected: boolean; cardKey: string; onSelect: EventEmitter; ngOnChanges(changes: SimpleChanges): void; onClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }