import { EnglishArabicDTO } from "@bnsights/bbsf-controls"; export declare class LookUpItem { ID_GUID: string; UpdatedID_GUID: string; Name: EnglishArabicDTO; Manageable: boolean; DisplayOrder?: number; Value: string; LookupID_GUID: string; LookupName: EnglishArabicDTO; SysName: string; IsParentLookupManageable: boolean; IsDeleted: boolean; }