/** * Initializes the properties of a custom element from the metadata configured * @param Base The base class to extend * @returns The mixin class */ export default function PropertyMetadataInitializerMixin(Base: any): any; //# sourceMappingURL=PropertyMetadataInitializerMixin.d.ts.map