/** * Word count status bar. */ export declare class WordCountFeature { private editorArea; private statusBar; constructor(editorArea: HTMLElement); private createStatusBar; private bindEvents; update(): void; getWordCount(): { words: number; chars: number; }; destroy(): void; } //# sourceMappingURL=word-count.d.ts.map