/** * Supporting description slot for `r-radio-button`. Place inside the `description` slot of an `r-radio-button`. * * Example * ``` * * Pro * Advanced features for power users * * ``` * * @slot - Description text for the associated radio button */ export declare class RadioButtonDescription { /** Host DOM element */ host: HTMLRRadioButtonDescriptionElement; render(): any; }