import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ButtonComponent { label: string; severity?: 'primary' | 'secondary' | 'success' | 'info' | 'warn' | 'danger' | 'help' | 'contrast'; icon?: string; iconPos: 'left' | 'right'; disabled: boolean; loading: boolean; outlined: boolean; raised: boolean; text: boolean; rounded: boolean; size: 'small' | 'normal' | 'large'; class?: string; click: EventEmitter; onClick(event?: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }