import { IconLocationBasedEvent } from '../src/elements/IconLocationBasedEvent.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-location-based-event': IconLocationBasedEvent;
    }
}
