import { OnInit } from '@angular/core'; export declare class BcacButtonComponent implements OnInit { constructor(); ngOnInit(): void; bcacContent: string; bcacType: string; bcacShape: string; bcacSize: string; disabled: boolean; bcacGhost: boolean; bcacBlock: boolean; bcacLoading: boolean; }