import { ElementRef, Renderer2 } from "@angular/core"; import { ButtonService } from "../../services/buttonService/button.service"; export declare class ButtonDirective { private el; private render; color: string; variant: string; private services; backgroundColor: string; textColor: string; basic_padding: any; basic_backgroundColor: any; basic_border: any; basic_borderRadius: any; basic_boxShadow: any; basic_outline: any; basic_letterSpacing: any; basic_textTransform: any; basic_lineHeight: any; basic_userSelect: any; basic_fontWeight: any; constructor(el: ElementRef, render: Renderer2, color: string, variant: string, services: ButtonService); onMouseOver(): void; onMouseOut(): void; containedVariant(): void; outlineVariant(): void; textVariant(): void; _getHostElement(): any; }