export declare class SmartDocumentRecognizerLayoutBlock { location?: Array>; type?: string; text?: string; private 'words_ids'?; private 'table_id'?; private 'form_id'?; private 'formula_id'?; constructor(); withLocation(location: Array>): SmartDocumentRecognizerLayoutBlock; withType(type: string): SmartDocumentRecognizerLayoutBlock; withText(text: string): SmartDocumentRecognizerLayoutBlock; withWordsIds(wordsIds: Array): SmartDocumentRecognizerLayoutBlock; set wordsIds(wordsIds: Array | undefined); get wordsIds(): Array | undefined; withTableId(tableId: number): SmartDocumentRecognizerLayoutBlock; set tableId(tableId: number | undefined); get tableId(): number | undefined; withFormId(formId: number): SmartDocumentRecognizerLayoutBlock; set formId(formId: number | undefined); get formId(): number | undefined; withFormulaId(formulaId: number): SmartDocumentRecognizerLayoutBlock; set formulaId(formulaId: number | undefined); get formulaId(): number | undefined; } //# sourceMappingURL=SmartDocumentRecognizerLayoutBlock.d.ts.map