import { OnInit } from '@angular/core';
import { Color } from './button.interface';
import { Icon } from '../icon/icon.interface';
import * as i0 from "@angular/core";
export declare class ButtonComponent implements OnInit {
    color: Color;
    icon: Icon;
    get getClass(): Color;
    constructor();
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ButtonComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ButtonComponent, "button[acc-button]", never, { "color": "color"; "icon": "icon"; }, {}, never, ["*"]>;
}
