import { ButtonBaseComponent } from 'influent-core'; import * as i0 from "@angular/core"; export declare class ButtonComboComponent extends ButtonBaseComponent { invert: boolean; icon: any; fgColor: string; hovered: boolean; get color(): string; get bg(): string; get borderColor(): string; mouseenterHandler(): void; mouseleaveHandler(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }