import { ElementRef } from '@angular/core'; import { SbThemeService } from '../../core'; import * as i0 from "@angular/core"; declare const SbButtonCore: 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 SbButtonComponent extends SbButtonCore { set isRound(isRound: boolean); set isPill(isPill: boolean); set isPlain(isPlain: boolean); type: string; private round; private pill; private plain; constructor(elementRef: ElementRef, themeService: SbThemeService, isRound: any, isPill: any, isPlain: any); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};