export type RadioSize = 'sm' | 'md' | 'lg' | string; export type RadioVariant = 'primary' | 'secondary' | string;