import { OnInit } from '@angular/core'; export declare class CbjCardTabComponent implements OnInit { title: string; active: boolean; icon: boolean | string; constructor(); ngOnInit(): void; }