import { OnInit } from '@angular/core'; export declare class ButtonComponent implements OnInit { icon: string; class: string; text: string; disable: boolean; type: number; hideTitle: boolean; constructor(); ngOnInit(): void; }