export default class MathData extends SectionData { set mathML(arg: any); get mathML(): any; _htmlString: any; } import SectionData from "./SectionData";