import { RadioOption } from 'components/shared/Radio'; export const RADIO_OPTIONS: RadioOption[] = [ { label: 'Label 1', value: '1', }, { label: 'Label 2', value: '2', }, { label: 'Label 3', value: '3', }, ];