import { EnglishArabicDTO, FileDTO } from "bnsights-control-library"; export declare class PublicHolidayModel { ID: number; IDEncrypted: string; SysName: string; Name: EnglishArabicDTO; Description: EnglishArabicDTO; IsActive: boolean; Day: number; Month: number; CountryID: number; CountryName: string; Date: string; ImageFileID?: number; ImageFileDTO: FileDTO; }