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