export type RadioShape = 'button' | 'round'; export type RadioPosition = 'right' | 'left';