import { EventEmitter } from '@angular/core'; import { ThemesService } from '@progress-chef/platform-themes-service'; import * as i0 from "@angular/core"; export declare class ButtonGroupComponent { private themesService; constructor(themesService: ThemesService); buttons: any[]; selection: 'single' | 'multiple'; size: 'small' | 'medium' | 'large'; rounded: 'small' | 'medium' | 'large' | 'full' | 'none'; fillMode: 'solid' | 'flat' | 'outline' | 'clear' | 'link' | 'none'; themeColor: 'base' | 'primary' | 'secondary' | 'tertiary' | 'info' | 'success' | 'warning' | 'error' | 'dark' | 'light' | 'inverse'; label: string; disabled: boolean; toggleable: boolean; buttonClick: EventEmitter; onButtonClick(label: string): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_disabled: boolean | string; static ngAcceptInputType_toggleable: boolean | string; }