import { OnInit, EventEmitter } from "@angular/core"; import * as i0 from "@angular/core"; export declare class CheckCardComponent implements OnInit { title: string; meta: string; icon: string; disabled: boolean; checked: boolean; clickable: boolean; color: string; colorMedium: string; deleting: boolean; loading: boolean; tags: Array; action: EventEmitter; check: EventEmitter; delete: EventEmitter; elementRef: any; defaultIcons: Array; ngOnInit(): void; ngAfterViewInit(): void; onClick(): void; onCheck(): void; onDelete(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }