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