import Card from "." import type { RadioProps } from "./card" export default function RadioCard(props: RadioProps) { return }