import { IconSpotHeal } from '../src/elements/IconSpotHeal.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-icon-spot-heal': IconSpotHeal;
    }
}
