// FIXME: This #import causes a circular import-related error // #import // https://dom.spec.whatwg.org/#mixin-slotable interface mixin Slottable { readonly attribute HTMLSlotElement? assignedSlot; };