import { OnInit, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GroupBoxComponent implements OnInit { constructor(); _width: any; set width(w: any); get width(): any; _contentheight: any; set contentheight(w: any); get contentheight(): any; noBackgroundHeader: boolean; title: string; isLoadingData: boolean | undefined; loadingText: string; hasErrors: boolean | undefined; errorCaption: string; errorText: string | undefined; enableRetryOnError: boolean; editAllowed: boolean | undefined; inEditMode: boolean | undefined; Edit_Click: EventEmitter; Save_Click: EventEmitter; CancelEdit_Click: EventEmitter; Retry_Click: EventEmitter; ngOnInit(): void; onEditClick(): void; onSaveClick(): void; onCancelEditClick(): void; onRetryClick(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=group-box.component.d.ts.map