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