import { CollectionSwitch } from './collection_switch'; export declare class RadioGroup extends CollectionSwitch { constructor(param: string | any); toJSON(): any; toString(): string; }