/** * A radio button is used to select a single option in a list. */ export declare class RadioButtonTitle { /** Host DOM element */ host: HTMLRRadioButtonTitleElement; render(): any; }