export = RadioButton;
/**
 * RadioButton
 */
declare function RadioButton(options: any): RadioButton;
declare class RadioButton {
    /**
     * RadioButton
     */
    constructor(options: any);
    value: any;
    __proto__: any;
    type: string;
    render(): any;
    toggle: any;
}
//# sourceMappingURL=radiobutton.d.ts.map