import { EnglishArabicDTO, FileDTO } from "bnsights-control-library"; export declare class HelpCenterItemModel { ID: number; IDEncrypted: string; Title: EnglishArabicDTO; Description: EnglishArabicDTO; Html: EnglishArabicDTO; IsHidden: boolean; IsParent: boolean; IsSection: boolean; LogoFileID?: number; LogoFileDTO: FileDTO; Permissions: EnglishArabicDTO[]; PermissionSetIDs: number[]; PermissionsStr: string; ParentID?: number; ParentIDEncrypted: string; Children: HelpCenterItemModel[]; }