import { OnInit } from '@angular/core'; import { BackgroundColorDirective } from '../color-directive/background-color.directive'; import * as i0 from "@angular/core"; export declare class TableviewListItemComponent implements OnInit { ElementIndex: number; bgColorforListitem: BackgroundColorDirective; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }