import { LitElement } from 'lit'; export declare class ReadTimeEstimation extends LitElement { content: HTMLElement | null; wordsPerMinute: number; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'jio-read-time-estimation': ReadTimeEstimation; } } //# sourceMappingURL=jio-read-time.d.ts.map