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