export declare class WebImageWordsBlockList { words?: string; confidence?: number; location?: Array>; private 'font_list'?; private 'font_scores'?; constructor(); withWords(words: string): WebImageWordsBlockList; withConfidence(confidence: number): WebImageWordsBlockList; withLocation(location: Array>): WebImageWordsBlockList; withFontList(fontList: Array): WebImageWordsBlockList; set fontList(fontList: Array | undefined); get fontList(): Array | undefined; withFontScores(fontScores: Array): WebImageWordsBlockList; set fontScores(fontScores: Array | undefined); get fontScores(): Array | undefined; } //# sourceMappingURL=WebImageWordsBlockList.d.ts.map