export class SimpleGreeting extends LitElement { ... } customElements.define('simple-greeting', SimpleGreeting);