export default class GroupNode { id: string; isGroupNode: boolean; groupType: string; children: Array; isExpanded: boolean; parentId: string; parentGroupId: string; properties: Object; isOutlierGroup: boolean; hideEmptyGroups: boolean; constructor(node: any); } //# sourceMappingURL=GroupNode.d.ts.map