import { ElementRef } from '@angular/core'; export declare class AcButtonColorDirective { private el; set acModel(color: string); elm: any; constructor(el: ElementRef); }