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