import { OnInit } from '@angular/core'; export declare class ButtonIconComponent implements OnInit { class: string; constructor(); ngOnInit(): void; }