import { OnInit } from '@angular/core'; import { SchoolListItem } from '../../../../../schools/school-list/models/school-list.model'; import { Observable } from 'rxjs'; import { SchoolListService } from '../../../../../schools/school-list/services/school-list.service'; import { MatDialogRef } from '@angular/material/dialog'; import { AbstractComponent } from '@prutech/components'; import * as i0 from "@angular/core"; export declare class PrintSchoolsModalComponent extends AbstractComponent implements OnInit { private schoolListService; dialogRef: MatDialogRef; readonly activeSchoolStatus: number; schoolList: Observable; schoolListLoading: Observable; constructor(schoolListService: SchoolListService, dialogRef: MatDialogRef); ngOnInit(): void; closeModal(): void; afterOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }