export declare class DsProjectRoomData { text: string; url: string; showInIframe: boolean; isList?: boolean; listHeader?: string; listHeaderFixed?: boolean; listItemDefaultHeader?: string; listBlockIndex?: number; listBlockFieldFirstIndex?: number; listBlockFieldSecondIndex?: number; constructor(obj?: any); } export declare class DsProjectRoomBlock { blockName: string; blockDesc: string; blockWidth: string; blockWidthToPixel: string; numColumns: number; fields: DsProjectRoomBlockField[]; isValid: boolean; constructor(obj?: any); } export declare class DsProjectRooomListBlocks { label: string; description: string; value: any; inputType: string; required?: boolean; pattern?: string; constructor(obj?: any); } export declare class DsProjectRoomBlockField { label: string; description: string; value: any; inputType: string; required?: boolean; pattern?: string; listBlocks?: DsProjectRooomListBlocks[]; depend: string; dependOnValue: any; breakLine: boolean; fullLine: boolean; center: boolean; options: any[]; rows: number; css: any; constructor(obj?: any); convertShortKey(key: any): any; } export declare class DsProjectRooomListBlocksShortField { l: string; d: string; v: any; iT: string; r?: boolean; p?: string; lB?: DsProjectRooomListBlocks[]; de: string; dOV: any; bL: boolean; fL: boolean; c: boolean; o: any[]; ro: number; cs: any; constructor(obj?: any); } //# sourceMappingURL=entities.d.ts.map