import { EventEmitter, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ContactCardComponent implements OnInit { selectable: boolean; selected: boolean; avatarUrl?: string; firstName?: string; lastName?: string; selectedChange: EventEmitter; constructor(); ngOnInit(): void; toggleSelection(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }