import { WordsListItem } from './WordsListItem'; export declare class GeneralTableWordsBlockList { words?: string; confidence?: number; location?: Array>; private 'words_list'?; rows?: Array; columns?: Array; private 'cell_location'?; constructor(); withWords(words: string): GeneralTableWordsBlockList; withConfidence(confidence: number): GeneralTableWordsBlockList; withLocation(location: Array>): GeneralTableWordsBlockList; withWordsList(wordsList: Array): GeneralTableWordsBlockList; set wordsList(wordsList: Array | undefined); get wordsList(): Array | undefined; withRows(rows: Array): GeneralTableWordsBlockList; withColumns(columns: Array): GeneralTableWordsBlockList; withCellLocation(cellLocation: Array>): GeneralTableWordsBlockList; set cellLocation(cellLocation: Array> | undefined); get cellLocation(): Array> | undefined; } //# sourceMappingURL=GeneralTableWordsBlockList.d.ts.map