import type { SvelteComponent } from 'svelte' export class RoundSwitch extends SvelteComponent<{ id?:string }> { }