/**
* Class for role objects that use the ul HTML tag.
*/
export default class UnorderedListData extends SectionData {
/**
* @inheritdoc
*/
addChild(displayObject: any): void;
/**
* @inheritdoc
*/
addChildAt(displayObject: any, index: any): void;
}
import SectionData from "./SectionData";