import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonComponent { icon: string; label: string; raised: boolean; rounded: boolean; disabled: boolean; textColor: string; textHoverColor: string; borderColor: string; backgroundColor: string; backgroundHoverColor: string; pressedBackgroundColor: string; pressedBorderColor: string; pressedTextColor: string; height: string; width: string; borderHoverColor: string; onPressEvent: EventEmitter; onClickEvent(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }