import { EventEmitter } from '@angular/core'; import { Nullable } from 'influent-core'; import * as i0 from "@angular/core"; export declare class GroupBoxComponent { label: string; stretch: boolean; actionIcon: any; iconColor: string; padding: string; overflow: string; maxWidth: string; white: boolean; black: boolean; bold: boolean; shouldDisable: boolean; btnLabel: Nullable; actionRequested: EventEmitter; get hasIcon(): boolean; clickHandler(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }