import { IconDeviceMobile } from '../src/elements/IconDeviceMobile.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-device-mobile': IconDeviceMobile;
    }
}
