import { LookupModel } from '../../../../models/lookup-model'; export declare class CalendarDisplay { scheduleId: number; scheduleName: string; track: LookupModel; daysOfTheWeek: []; startTime: string; endTime: string; startDate: Date; endDate: Date; statusId: number; vendorLevelActivityId: number; currentDate: string; constructor(data: unknown); }