import { OnInit } from '@angular/core'; import { AttributeBase } from '../attribute-base'; import { FormGroup } from '@angular/forms'; export declare class AttributeForm2Component implements OnInit { constructor(); attributeControl: AttributeBase; formGroup: FormGroup; readonly: boolean; isSmallSize: boolean; ngOnInit(): void; get invalid(): boolean; get errorMessage(): any; }