export interface IContentType { readonly raw: any; readonly type: string; readonly content: any; toHTML(): string; } //# sourceMappingURL=ContentType.interface.d.ts.map