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