import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SelectButtonComponent { value: any; options: any[]; optionLabel?: string; optionValue?: string; optionDisabled?: string; multiple: boolean; disabled: boolean; class?: string; valueChange: EventEmitter; change: EventEmitter; onModelChange(value: any): void; onChange(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }