import { OnInit } from '@angular/core';
import { FormGroup } from '@angular/forms';
import { FormElement } from '../../simple-forms.types';
export declare class FormElementComponent implements OnInit {
    formGroup: FormGroup;
    formElement: FormElement;
    constructor();
    ngOnInit(): void;
}
