import { ElementRef } from '@angular/core'; import { ContextService, LaunchDialogService, OrderEntriesContext } from '@spartacus/storefront'; import { Observable, Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class ImportOrderEntriesComponent { protected launchDialogService: LaunchDialogService; protected contextService: ContextService; protected subscription: Subscription; element: ElementRef; constructor(launchDialogService: LaunchDialogService, contextService: ContextService); orderEntriesContext$: Observable; openDialog(orderEntriesContext: OrderEntriesContext): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }