import { SmartDocumentRecognizerKVBlock } from './SmartDocumentRecognizerKVBlock'; export declare class SmartDocumentRecognizerKvResult { private 'kv_block_count'?; private 'kv_block_list'?; constructor(); withKvBlockCount(kvBlockCount: number): SmartDocumentRecognizerKvResult; set kvBlockCount(kvBlockCount: number | undefined); get kvBlockCount(): number | undefined; withKvBlockList(kvBlockList: Array): SmartDocumentRecognizerKvResult; set kvBlockList(kvBlockList: Array | undefined); get kvBlockList(): Array | undefined; } //# sourceMappingURL=SmartDocumentRecognizerKvResult.d.ts.map