import { ComponentType } from '../../model/components/component-type.type'; import * as i0 from "@angular/core"; export declare class LabelComponent { text: string; type: ComponentType; formControlName: string; hasError: boolean; showError: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }