/** * * `section` - section * * `subsection` - subsection * * `unit` - unit * * `html` - html * * `problem` - problem * * `video` - video */ export declare enum XblockTypeEnum { SECTION = "section", SUBSECTION = "subsection", UNIT = "unit", HTML = "html", PROBLEM = "problem", VIDEO = "video" }