import * as i0 from "@angular/core"; export type NgmColumnDef = { title: string; key: string; }; export declare class NgmTableComponent { items: any[]; cols: NgmColumnDef[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }