import { ElementRef, OnInit } from '@angular/core'; import { FormGroup, FormGroupDirective } from '@angular/forms'; import { RenderComponentService } from '@bnsights/bbsf-controls'; import { UtilityService } from '@bnsights/bbsf-utilities'; import { AdDirective } from '../AdDirective'; import * as i0 from "@angular/core"; export declare class SurveyFormItemComponent implements OnInit { private el; private renderComponentService; private utilityService; TextControlHost: FormGroupDirective; group: FormGroup; options: any; Size: any; adHost: AdDirective; title: string; questionNumber: number; propertyTypeID: string; constructor(el: ElementRef, renderComponentService: RenderComponentService, utilityService: UtilityService, TextControlHost: FormGroupDirective); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }