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