import { Group } from '../Group'; import { WidgetType } from './type/widget.type'; import { WidgetGroupInterface } from './type/widget.entity.group'; export declare class XGroup extends Group implements WidgetGroupInterface { static type: WidgetType; static objType: WidgetType; constructor(objects: any, options: any); updatedBy: string; updatedByName: string; createdByName: string; objectArr: any[]; boardId: string; objType: WidgetType; userId: string; zIndex: number; version: string; updatedAt: number; createdAt: number; createdBy: string; getObject(): Record; getText(): any; } //# sourceMappingURL=XGroup.d.ts.map