import type { HTMLInputAttributes } from 'svelte/elements'; export interface RadioProps extends Omit { element?: HTMLElement; group?: string | number | null; }