import { EToolsKey } from "../../core"; import { ETextEditorType } from "./types"; export declare function getTextEditorType(toolsKey: EToolsKey): ETextEditorType | undefined; export declare function escapeCSS(id: string): string;