import { ElementRef } from '@angular/core'; import { ControlValueAccessor } from '@angular/forms'; import { SbThemeService } from '../../core'; import * as i0 from "@angular/core"; declare const SbSelectButtonCore: import("../../core").Constructor & import("../../core").AbstractConstructor & 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 SbSelectButtonComponent extends SbSelectButtonCore implements ControlValueAccessor { set isPill(isPill: boolean); set isPlain(isPlain: boolean); plain: boolean; pill: boolean; open: boolean; options: Array; private onChange; private onTouch; private innerValue; set value(value: string); get value(): string; constructor(elementRef: ElementRef, themeService: SbThemeService, pill: any, plain: any); toggle(): void; select(newOption: string): void; writeValue(value: string): void; registerOnChange(fn: any): void; registerOnTouched(fn: any): void; onBlur(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};