import type { HTMLInputAttributes } from 'svelte/elements';
export interface Props extends Omit {
value: string;
label: string;
disabled?: boolean;
}
declare const Radio: import("svelte").Component;
type Radio = ReturnType;
export default Radio;
//# sourceMappingURL=Radio.svelte.d.ts.map