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