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