import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { SbThemeService } from '../../core'; import * as i0 from "@angular/core"; declare const SbRadioButtonCore: import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef, _themeService: SbThemeService): { _elementRef: ElementRef; _themeService: SbThemeService; }; }; export declare class SbRadioButtonComponent extends SbRadioButtonCore implements ControlValueAccessor { name: string; label: string; private onChange; private onTouch; private innerValue; set value(value: string); get value(): string; constructor(elementRef: ElementRef, themeService: SbThemeService); writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};