/** * Mixin to trigger updates when the properties or the state change * @param Base * @returns */ export default function ReactiveElementMixin(Base: any): any; //# sourceMappingURL=ReactiveElementMixin.d.ts.map