import { TextBlot } from 'parchment';
declare class Text extends TextBlot {
}
declare function escapeText(text: string): string;
export { Text as default, escapeText };