import type { RadioProps, RadioColorType } from './type';
import Radio from './Radio.svelte';
import { radio } from './theme';
export { Radio, radio, type RadioProps, type RadioColorType };
