import { OnInit } from '@angular/core'; import { ActivatedRoute, Router } from '@angular/router'; import { DataService, GetCustomerGroupListDocument, GetCustomerGroupsQuery, GetCustomerGroupWithCustomersQuery, ItemOf, ModalService, NotificationService, TypedBaseListComponent } from '@vendure/admin-ui/core'; import { BehaviorSubject, Observable } from 'rxjs'; import { CustomerGroupMemberFetchParams } from '../customer-group-member-list/customer-group-member-list.component'; import * as i0 from "@angular/core"; export declare const GET_CUSTOMER_GROUP_LIST: import("apollo-angular").TypedDocumentNode; export declare class CustomerGroupListComponent extends TypedBaseListComponent implements OnInit { protected dataService: DataService; private notificationService; private modalService; route: ActivatedRoute; protected router: Router; dataTableListId: string; readonly customFields: import("@vendure/admin-ui/core").CustomFieldConfig[]; activeGroup$: Observable | undefined>; activeIndex$: Observable; listIsEmpty$: Observable; members$: Observable['customers']['items']>; membersTotal$: Observable; fetchGroupMembers$: BehaviorSubject; readonly filters: import("@vendure/admin-ui/core").DataTableFilterCollection; readonly sorts: import("@vendure/admin-ui/core").DataTableSortCollection; private refreshActiveGroupMembers$; constructor(dataService: DataService, notificationService: NotificationService, modalService: ModalService, route: ActivatedRoute, router: Router); ngOnInit(): void; closeMembers(): void; addToGroup(group: NonNullable): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }