import { RadioGroupChildOption } from '@aplus-frontend/antdv/es/radio/Group';
export declare const getOptionValue: (v: RadioGroupChildOption | string | number) => any;
export declare const getOptionLabel: (v: RadioGroupChildOption | string | number) => any;