import { NsEmpWebExpData } from "./emp-web-exp.model"; export declare namespace NsExpWidget { interface IBookingValidity { editBookingAllowed?: boolean; cancelAllowed?: boolean; bookingConversionAllowed?: boolean; cabsEnabled?: boolean; seatsEnabled?: boolean; isCheckinDisabled?: boolean; booking?: NsEmpWebExpData.IBookingDetailDTOS; partiallyCancelled?: boolean; } type TWidgets = "HERO" | "UPCOMING" | "MEETINGS" | "CALENDAR" | "MEALS"; type TWidgetGroups = TWidgets | "BOOKINGS"; }