import { SmartDocumentRecognizerKVWordsBlock } from './SmartDocumentRecognizerKVWordsBlock'; export declare class SmartDocumentRecognizerKVBlock { key?: string; value?: string; private 'words_block_count'?; private 'words_block_list'?; constructor(); withKey(key: string): SmartDocumentRecognizerKVBlock; withValue(value: string): SmartDocumentRecognizerKVBlock; withWordsBlockCount(wordsBlockCount: number): SmartDocumentRecognizerKVBlock; set wordsBlockCount(wordsBlockCount: number | undefined); get wordsBlockCount(): number | undefined; withWordsBlockList(wordsBlockList: Array): SmartDocumentRecognizerKVBlock; set wordsBlockList(wordsBlockList: Array | undefined); get wordsBlockList(): Array | undefined; } //# sourceMappingURL=SmartDocumentRecognizerKVBlock.d.ts.map