import { SmartDocumentRecognizerTableBlock } from './SmartDocumentRecognizerTableBlock'; export declare class SmartDocumentRecognizerTableResult { private 'table_count'?; private 'table_list'?; constructor(); withTableCount(tableCount: number): SmartDocumentRecognizerTableResult; set tableCount(tableCount: number | undefined); get tableCount(): number | undefined; withTableList(tableList: Array): SmartDocumentRecognizerTableResult; set tableList(tableList: Array | undefined); get tableList(): Array | undefined; } //# sourceMappingURL=SmartDocumentRecognizerTableResult.d.ts.map