import { Observable } from 'rxjs'; import { HtmlService } from '../html/htmlService'; import { TextService } from '../text/textService'; export declare function createElementTextService(element$: Observable, htmlService: HtmlService): TextService;