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