export declare class FinancialStatementWordsBlockList { words?: string; location?: Array>; confidence?: number; rows?: Array; columns?: Array; private 'cell_location'?; constructor(); withWords(words: string): FinancialStatementWordsBlockList; withLocation(location: Array>): FinancialStatementWordsBlockList; withConfidence(confidence: number): FinancialStatementWordsBlockList; withRows(rows: Array): FinancialStatementWordsBlockList; withColumns(columns: Array): FinancialStatementWordsBlockList; withCellLocation(cellLocation: Array>): FinancialStatementWordsBlockList; set cellLocation(cellLocation: Array> | undefined); get cellLocation(): Array> | undefined; } //# sourceMappingURL=FinancialStatementWordsBlockList.d.ts.map