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