// Elix is a JavaScript project, but we use TypeScript as an internal tool to // confirm our code is type safe. /// declare const ShadowTemplateMixin: Mixin<{}, { $: { [key: string]: Element; } }>; export default ShadowTemplateMixin;