import { Type } from '@angular/core'; export declare const tableColumnTypes: { [key: string]: any; }; export declare function GnTableColumn(key: string): (target: Type) => void;