import { IconAnimationNo } from '../src/elements/IconAnimationNo.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-animation-no': IconAnimationNo;
    }
}
