import { OnInit } from '@angular/core';
import { Product } from '@spartacus/core';
import { Observable } from 'rxjs';
import { CurrentProductService } from '../../current-product.service';
import * as i0 from "@angular/core";
export declare class ProductDetailsTabComponent implements OnInit {
    protected currentProductService: CurrentProductService;
    product$: Observable<Product>;
    constructor(currentProductService: CurrentProductService);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ProductDetailsTabComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ProductDetailsTabComponent, "cx-product-details-tab", never, {}, {}, never, never>;
}
