+
+
+ ${this.hasAlert
+ ? html``
+ : html`${this.emptyText}`}
+
+
+ `;
+ }
+
+ static override styles = unsafeCSS(componentStyle);
+}
+
+declare global {
+ interface HTMLElementTagNameMap {
+ 'obc-alert-subsystem-counter': ObcAlertSubsystemCounter;
+ }
+}