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