import { AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core'; import { AbstractComponent, FormModel, GetDocumentsPayload, IPtDynamicElementConfig, PtDynamicFormsComponent, PtDynamicFormsService } from '@prutech/components'; import { Observable } from 'rxjs'; import { LookupModels } from '../../models/lookups.model'; import { SchoolApplication } from '../../models/school-application.model'; import { SchoolApplicationService } from '../../services/school-application.service'; import { SchoolDetailsService } from '../../../school-details/services/school-details.service'; import * as i0 from "@angular/core"; export declare class CreateSchoolApplicationComponent extends AbstractComponent implements OnInit, AfterViewInit { private dynamicFormService; private schoolApplicationService; private cdRef; private schoolDetailsService; lookupList: LookupModels; schoolApplicationData: SchoolApplication; checkSchoolApplication: boolean; addMode: boolean; infoForm: PtDynamicFormsComponent; contactInfoForm: PtDynamicFormsComponent; locationInfoForm: PtDynamicFormsComponent; readonly schoolApplicationFormModel: FormModel; infoElements: IPtDynamicElementConfig[]; contactInfoElements: IPtDynamicElementConfig[]; locationInfoElements: IPtDynamicElementConfig[]; school: SchoolApplication; saveSchool: SchoolApplication; isActive: boolean; schoolApplication: SchoolApplication; documentData: GetDocumentsPayload; readonly itaProviderId: number; readonly schoolDocumentTypeId = 688; get lookupDataLoading(): Observable; get loadingSchool(): Observable; constructor(dynamicFormService: PtDynamicFormsService, schoolApplicationService: SchoolApplicationService, cdRef: ChangeDetectorRef, schoolDetailsService: SchoolDetailsService); ngOnInit(): void; ngAfterViewInit(): void; initElements(): void; getFormData(): SchoolApplication; lookupsBind(): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }