import { IconPushNotification } from '../src/elements/IconPushNotification.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-push-notification': IconPushNotification;
    }
}
