import { OnInit, EventEmitter } from '@angular/core'; import { FormGroup } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class ParamInputComponent implements OnInit { param: any; disabled: boolean; form: FormGroup; label: string; showAsterisk: boolean; showCheckbox: boolean; type: string; actualComponent: string; changed: EventEmitter; get requiredError(): boolean; get checkboxName(): string; constructor(); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDef; static ɵcmp: i0.ɵɵComponentDefWithMeta; }