export type TextElement = | HTMLHeadingElement | HTMLParagraphElement | HTMLSpanElement | HTMLPreElement | HTMLLabelElement;