import { OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { DataService } from '@vendure/admin-ui/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class VariantPriceDetailComponent implements OnInit, OnChanges { private dataService; priceIncludesTax: boolean; price: number; currencyCode: string; taxCategoryId: string; grossPrice$: Observable; taxRate$: Observable; private priceChange$; private taxCategoryIdChange$; constructor(dataService: DataService); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }