declare function getRadioSize(radio: string): "rounded-none" | "rounded-xs" | "rounded-sm" | "rounded-md" | "rounded-lg" | "rounded-xl" | "rounded-2xl" | "rounded-full";
export { getRadioSize };
