import { Type } from '@angular/core'; import { DxFormGroup } from '../form-group'; export declare function FormGroup(group: Type>): (target: any, propertyKey: string) => void;