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