import { EnglishArabicDTO } from "@bnsights/bbsf-controls"; export declare class AddSurveyDTO { constructor(); ID: number; ID_GUID: string; Title: EnglishArabicDTO; Description: EnglishArabicDTO; Declaration: EnglishArabicDTO; Visible: boolean; HasCaptchaForExternal: boolean; HasSectorOrDepartment: boolean; SelectedSectorIDs: string[]; SelectedDepartmentIDs: string[]; StartDate: Date; EndDate: Date; StatusItemID: string; AudienceItemID: string; }