import { EnglishArabicDTO } from "bnsights-control-library"; export declare class LookUpItem { ID: number; UpdatedID: number; Name: EnglishArabicDTO; Manageable: boolean; DisplayOrder?: number; IDEncrypted: string; Value: string; LookupID?: number; LookupName: EnglishArabicDTO; SysName: string; IsParentLookupManageable: boolean; }