export declare const radioItems: {
    id: string;
    label: string;
    value: string;
}[];
