import { IconRotateCCW } from '../src/elements/IconRotateCCW.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-rotate-cc-w': IconRotateCCW;
    }
}
