import { WinboxUIComponent } from './component' /** Radio Button Component */ export declare class WRadioButton extends WinboxUIComponent { /** The form input value */ value: string /** The value of radio */ label: string | number /** Whether radio is disabled */ disabled: boolean /** Native 'name' attribute */ name: string /** Whether radio is plain */ plain: boolean }