export declare class HandwritingWordsBlockList { words?: string; type?: string; confidence?: number; location?: Array>; constructor(); withWords(words: string): HandwritingWordsBlockList; withType(type: string): HandwritingWordsBlockList; withConfidence(confidence: number): HandwritingWordsBlockList; withLocation(location: Array>): HandwritingWordsBlockList; } //# sourceMappingURL=HandwritingWordsBlockList.d.ts.map