import { EmptyService } from '../text/emptyService'; import { HtmlService } from './htmlService'; export declare function createHtmlEmptyService(htmlService: HtmlService): EmptyService;