export declare enum RichTextSpanAttributeType { bold = "Bold", italic = "Italic", link = "Link", strikethrough = "Strikethrough", code = "Code" }