import { AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core'; import { SlotListRecordService } from './services/slot-list-record.service'; import { AbstractComponent } from '@prutech/components'; import { Observable } from 'rxjs'; import { SlotListStatusService } from './services/slot-status-list.service'; import * as i0 from "@angular/core"; export declare class SlotListRecordComponent extends AbstractComponent implements OnInit, AfterViewInit { private slotListService; private cdRef; private slotListStatusService; siteId: string; appointmentTypeId: string; scheduleTypeId: string; slotListRecord: Observable; staffDriven: string; slotListRecordLoading: Observable; slotStatusListDataLoading: Observable; constructor(slotListService: SlotListRecordService, cdRef: ChangeDetectorRef, slotListStatusService: SlotListStatusService); ngAfterViewInit(): void; ngOnInit(): void; afterOnDestroy(): void; getSlotListRecordData(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }