import { OnInit, TemplateRef } from '@angular/core'; export declare class ButtonComponent implements OnInit { classString: Array; isDisabled: boolean; iconLeftTemplateRef: TemplateRef; iconRightTemplateRef: TemplateRef; bemClassName: string; constructor(); ngOnChanges(): void; ngOnInit(): void; }