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