import { Switch } from './src/Switch.js';
declare global {
    interface HTMLElementTagNameMap {
        'sp-switch': Switch;
    }
}