import { OnInit } from '@angular/core';
export declare class ButtonComponent implements OnInit {
    disabled: boolean;
    type: string;
    color: string;
    constructor();
    ngOnInit(): void;
}
