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