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