import { EnglishArabicDTO } from "@bnsights/bbsf-controls"; export declare class QuestionFieldDTOOptions { constructor(); Name: string; Description: EnglishArabicDTO; IsRequired: boolean; IsShowInCreate: boolean; IsShowInEdit: boolean; IsAdditionalProperty: boolean; Size: number; ColumnsCount: number; MinLength: number; MaxLength: number; Rows: number; DataSourceLookupID?: string; LanguageItemID: string; HasSearch: boolean; IsMultiple: boolean; HaveIdeaFieldValue: boolean; MaxFileCount: number; MaxFileSizeInMB: number; AllowedExtensions?: string[]; IsExistingLookup: boolean; }