export declare class SmartDocumentRecognizerKVWordsBlock { words?: string; location?: Array>; type?: string; constructor(); withWords(words: string): SmartDocumentRecognizerKVWordsBlock; withLocation(location: Array>): SmartDocumentRecognizerKVWordsBlock; withType(type: string): SmartDocumentRecognizerKVWordsBlock; } //# sourceMappingURL=SmartDocumentRecognizerKVWordsBlock.d.ts.map