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