import { AfterViewInit, ElementRef } from '@angular/core'; import { ColorType } from "../shared/colors"; import * as i0 from "@angular/core"; export declare class ButtonComponent implements AfterViewInit { ele: ElementRef; color: ColorType; size: 'small' | 'medium' | 'large'; shape: 'squared' | 'rounded' | 'pilled'; styled: 'solid' | 'outline' | 'outline-bg' | 'outline-wg' | 'basic'; raised: boolean; fullWidth: boolean; autoHeight: boolean; constructor(ele: ElementRef); get classes(): string; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }