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