import { OnInit } from '@angular/core'; import { DataService, GetCollectionListDocument, GetCollectionListQuery, ItemOf, LanguageCode, NotificationService, TypedBaseListComponent } from '@vendure/admin-ui/core'; import { Observable } from 'rxjs'; import { CollectionOrderEvent } from '../collection-data-table/collection-data-table.component'; import * as i0 from "@angular/core"; export declare class CollectionListComponent extends TypedBaseListComponent implements OnInit { protected dataService: DataService; private notificationService; activeCollectionId$: Observable; activeCollectionIndex$: Observable; activeCollectionTitle$: Observable; subCollections$: Observable>>; expandedIds: string[]; dataTableListId: string; readonly customFields: import("@vendure/admin-ui/core").CustomFieldConfig[]; readonly filters: import("@vendure/admin-ui/core").DataTableFilterCollection; readonly sorts: import("@vendure/admin-ui/core").DataTableSortCollection; constructor(dataService: DataService, notificationService: NotificationService); ngOnInit(): void; onRearrange(event: CollectionOrderEvent): void; closeContents(): void; setLanguage(code: LanguageCode): void; toggleExpanded(collection: ItemOf): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }