declare const RadioWithSub: import("../config-provider/types").ConfiguredComponentClass & { Group: import("../config-provider/types").ConfiguredComponentClass; }; export type { RadioProps, GroupProps, RadioValue, RadioValueItem } from './types'; export default RadioWithSub;