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