import { OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; import { DataService, Dialog, GetCollectionListQuery, I18nService, ItemOf } from '@vendure/admin-ui/core'; import { BehaviorSubject, Observable, Subject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class MoveCollectionsDialogComponent implements OnInit, Dialog> { private dataService; private i18nService; resolveWith: (result?: ItemOf) => void; searchTermControl: FormControl; items$: Observable>>; totalItems$: Observable; currentPage$: BehaviorSubject; itemsPerPage$: BehaviorSubject; expandedIds$: Subject; expandedIds: string[]; subCollections$: Observable>>; constructor(dataService: DataService, i18nService: I18nService); ngOnInit(): void; toggleExpanded(collection: ItemOf): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }