import { Product } from '../../domain/product'; import { MfeSharedService } from '../mfe-shared.service'; import * as i0 from "@angular/core"; interface Item { label: string; index: number; } export declare class TableComponent { private productService; products: Product[]; virtualProducts: Product[]; constructor(productService: MfeSharedService); items: Item[]; ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};