import { OnInit } from '@angular/core'; import { Observable } from 'rxjs'; import { AppointmentTypesListService } from './services/appointment-types.service'; import { AppointmentTypesListItem } from './models/appointment-types-item.model'; import * as i0 from "@angular/core"; export declare class AppointmentTypesComponent implements OnInit { private appointmentTypesListService; appointmenttypeslist: Observable; appointmentListLoading: Observable; lookupDataLoading: Observable; constructor(appointmentTypesListService: AppointmentTypesListService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }