import { MmUIComponent } from './component' /** RadioButton component */ export declare class MmRadioButton extends MmUIComponent { /** Value of radio button */ model: any /** Value attribute of input */ value: any /** Checked status of input */ checked: boolean }