/** * Establishes a relationship between a parent custom element and its children to * allow the parent to manage them * @param Base * @returns */ export default function ParentChildMixin(Base: any): any; //# sourceMappingURL=ParentChildMixin.d.ts.map