import { EventEmitter } from '@angular/core'; import { Router } from '@angular/router'; import * as i0 from "@angular/core"; export declare class SpiderlyButtonBaseComponent { private router; icon: string; label: string; outlined: boolean; rounded: boolean; styleClass: string; routerLink: string; style: { [klass: string]: any; }; class: string; severity: 'success' | 'info' | 'warn' | 'danger' | 'help' | 'primary' | 'secondary' | 'contrast' | null | undefined; size: 'small' | 'large' | undefined; disabled: boolean; onClick: EventEmitter; private clickSubject; private subscription; constructor(router: Router); ngOnInit(): void; handleClick: (event: Event) => void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }