import { IList } from '..'; /** * Interface that defines an unordered list */ export interface IUl extends IList { readonly ul: any[]; } //# sourceMappingURL=unordered-list.interface.d.ts.map