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