import { FormGroup } from '@angular/forms'; import { Injector, OnInit } from '@angular/core'; import { AppBaseComponent, BreadCrumb, CheckBoxOptions, MultiLingualTextBoxOptions, PageHeaderOptions, RadioButtonOptions, TextBoxOptions } from '@bnsights/bbsf-controls'; import { Observable } from 'rxjs'; import { SurveyFormOptions } from '../../../../models/SurveyModels/survey-form-options'; import { SurveyFormComponent } from '../../../survey-form/survey-form.component'; import { SurveyService } from '../../../../Services/survey.service'; import { ActivatedRoute } from '@angular/router'; import * as i0 from "@angular/core"; export declare class PreviewComponent extends AppBaseComponent implements OnInit { private injector; private surveyService; private activatedRoute; pageHeaderOptions: PageHeaderOptions; breadCrumb: BreadCrumb[]; previewForm: FormGroup<{}>; surveyID: any; surveyFormField: SurveyFormOptions; isDateLoaded: boolean; previewQuestionModal: SurveyFormComponent; previewSurveyOptions: any; surveyInfo: any; EN: boolean; audienceTypeRadioButton: RadioButtonOptions; audienceTypeID: string; showAudienceType: boolean; showInternal: boolean; showExternal: boolean; name: MultiLingualTextBoxOptions; email: TextBoxOptions; declarationCheckBoxForm: CheckBoxOptions; constructor(injector: Injector, surveyService: SurveyService, activatedRoute: ActivatedRoute); ngOnInit(): void; getPreviewModel: () => any[]; getPreviewFunction: (modal: any) => Observable; ChangeAudienceTypeValue(value: any): void; loadExternalControls(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }