import { EventEmitter, OnChanges, OnInit, SimpleChanges } from "@angular/core"; import { TKwikUIButtonAppearance, TKwikUIButtonShape, TKwikUIButtonSize, TKwikUIButtonType } from "./button.definitions"; import * as i0 from "@angular/core"; export declare class KwikUIButtonComponent implements OnInit, OnChanges { appearance: TKwikUIButtonAppearance; class: string; disabled: boolean; icon: string; iconRight: string; id: string; label: string; shape: TKwikUIButtonShape; showLoader: boolean; size: TKwikUIButtonSize; styles: string; type: TKwikUIButtonType; pseudoHover: boolean; onClick: EventEmitter; showIconButton: boolean; constructor(); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; private validateInputProperty; handleOnClick(e: any): void; private evaluateShowIconButton; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }