import { OnInit } from '@angular/core'; import { TextBoxComponentsLibService } from '../text-box-components-lib.service'; export declare class CardComponent implements OnInit { private service; data: any; constructor(service: TextBoxComponentsLibService); ngOnInit(): void; ngOnChanges(changes: any): void; }