import { TablePrimaryModel } from "../table-primary/models/table-primary.model"; import * as i0 from "@angular/core"; /** * TableBuilder */ export declare class TableBuilder { hiddenHeaders: string[]; buildTable(records: any[], headerWidths?: { [key: string]: string; }, editPermission?: string, deletePermission?: string): TablePrimaryModel; private buildHeaders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }