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