import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from "@angular/core"; import { ReadonlyDirective } from "./readonly.directive"; import * as i0 from "@angular/core"; export declare class ButtonDirective implements OnChanges, AfterViewInit { el: ElementRef; readonlyDirective: ReadonlyDirective | null; label: string | null; icon: string | null; severity: string; raised: boolean; rounded: boolean; outlined: boolean; loading: boolean; fitWidth: boolean; text: boolean; whiteSpaceNoWrap: boolean; backgroundColor: string | null; height: number | null; fontSize: number | null; textColor: string | null; iconColor: string | null; skipReadonlyDirective: boolean; iconElement: HTMLSpanElement | null; labelElement: HTMLSpanElement | null; createLabel(): void; createIcon(): void; get borderColor(): string; get hostClasses(): string; outerFocus(): void; focus(): void; blur(): void; ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }