import { Type } from '@angular/core';
import 'reflect-metadata';
export declare function FormGroup(type?: Type<any>): (target: any, propertyName: string) => void;
