import { FinancialStatementWordsBlockList } from './FinancialStatementWordsBlockList'; export declare class FinancialStatementWordsRegionList { type?: string; private 'words_block_count'?; private 'table_location'?; private 'words_block_list'?; constructor(); withType(type: string): FinancialStatementWordsRegionList; withWordsBlockCount(wordsBlockCount: number): FinancialStatementWordsRegionList; set wordsBlockCount(wordsBlockCount: number | undefined); get wordsBlockCount(): number | undefined; withTableLocation(tableLocation: Array>): FinancialStatementWordsRegionList; set tableLocation(tableLocation: Array> | undefined); get tableLocation(): Array> | undefined; withWordsBlockList(wordsBlockList: Array): FinancialStatementWordsRegionList; set wordsBlockList(wordsBlockList: Array | undefined); get wordsBlockList(): Array | undefined; } //# sourceMappingURL=FinancialStatementWordsRegionList.d.ts.map