export declare const getRadioChecked: (radioValue: string | undefined, newValue: unknown) => boolean | undefined;