import { SmartDocumentRecognizerTableWordsBlock } from './SmartDocumentRecognizerTableWordsBlock'; export declare class SmartDocumentRecognizerTableBlock { location?: Array>; private 'words_block_count'?; private 'words_block_list'?; excel?: string; constructor(); withLocation(location: Array>): SmartDocumentRecognizerTableBlock; withWordsBlockCount(wordsBlockCount: number): SmartDocumentRecognizerTableBlock; set wordsBlockCount(wordsBlockCount: number | undefined); get wordsBlockCount(): number | undefined; withWordsBlockList(wordsBlockList: Array): SmartDocumentRecognizerTableBlock; set wordsBlockList(wordsBlockList: Array | undefined); get wordsBlockList(): Array | undefined; withExcel(excel: string): SmartDocumentRecognizerTableBlock; } //# sourceMappingURL=SmartDocumentRecognizerTableBlock.d.ts.map