import { OnInit } from '@angular/core'; import { ChannelService, GetOrderListDocument, OrderType, ServerConfigService, TypedBaseListComponent } from '@vendure/admin-ui/core'; import { Order } from '@vendure/common/lib/generated-types'; import * as i0 from "@angular/core"; export declare class OrderListComponent extends TypedBaseListComponent implements OnInit { protected serverConfigService: ServerConfigService; private channelService; dataTableListId: string; orderStates: string[]; readonly OrderType: typeof OrderType; readonly customFields: import("@vendure/admin-ui/core").CustomFieldConfig[]; readonly filters: import("@vendure/admin-ui/core").DataTableFilterCollection; readonly sorts: import("@vendure/admin-ui/core").DataTableSortCollection; canCreateDraftOrder: boolean; private activeChannelIsDefaultChannel; constructor(serverConfigService: ServerConfigService, channelService: ChannelService); ngOnInit(): void; private createQueryOptions; getShippingNames(order: Order): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }