import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class KalpanixFormControl { label: string; labelFor: string; styleClass: string; form: FormGroup; control: string; helpText: string; get isRequired(): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }