import { ElementRef } from '@angular/core'; import { AbstractComponent } from 'gp-admin-abstract'; export declare class ButtonComponent extends AbstractComponent { protected el: ElementRef; text: string; state: string; color: string; size: string; add: boolean; disabled: boolean; constructor(el: ElementRef); }