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