import { OnInit } from '@angular/core'; export declare class ButtonComponent implements OnInit { content: string; disabled: boolean; color: string; type: string; iconName: string; click: any; clicked: (e: any) => void; capitalize: (text: any) => string; constructor(); ngOnInit(): void; }