import { IconBellRotated } from '../src/elements/IconBellRotated.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-bell-rotated': IconBellRotated;
    }
}
