import { SmartDocumentRecognizerCharList } from './SmartDocumentRecognizerCharList'; export declare class SmartDocumentRecognizerWordsBlockList { words?: string; location?: Array>; confidence?: number; private 'char_list'?; constructor(); withWords(words: string): SmartDocumentRecognizerWordsBlockList; withLocation(location: Array>): SmartDocumentRecognizerWordsBlockList; withConfidence(confidence: number): SmartDocumentRecognizerWordsBlockList; withCharList(charList: Array): SmartDocumentRecognizerWordsBlockList; set charList(charList: Array | undefined); get charList(): Array | undefined; } //# sourceMappingURL=SmartDocumentRecognizerWordsBlockList.d.ts.map