import { default as DapDSNotificationBadge } from './notification-badge.component.js'; export default DapDSNotificationBadge; declare global { interface HTMLElementTagNameMap { 'dap-ds-notification-badge': DapDSNotificationBadge; } }