export interface IContentType { readonly raw:any readonly type:string readonly content:any toHTML(): string }