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