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