/** * Title text slot for `r-radio-button`. Place inside the `title` slot of an `r-radio-button`. * * Example * ``` * * Standard plan * * ``` * * @slot - Title text for the radio button */ export declare class RadioButtonTitle { /** Host DOM element */ host: HTMLRRadioButtonTitleElement; render(): any; }