import { TemplateRef } from '@angular/core'; import { CardData } from '../card-data'; import { CardDataViewComponent } from '../card-data-view.component'; import * as i0 from "@angular/core"; export declare class LeftCardDataComponent { pd: string; mg: string; height?: string; weight?: string; activeCss?: string; inActiveCss?: string; cardDataList: CardData[]; iconCollapse: string; iconExpanded: string; parent: CardDataViewComponent; useVirtualScroll: boolean; virtualScrollItemSize: number; card: TemplateRef; cardChild: TemplateRef; cardFooter: TemplateRef; dataId: string; showToggle(item: CardData): boolean; showChildren(item: CardData): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }