import { OnInit } from '@angular/core'; import { ProductListingScreenData } from "../interface/screen/product-listing-screen-data"; import { AsterProductListingService } from "../service/aster-product-listing-service"; import * as i0 from "@angular/core"; export declare class ProductListingComponent

implements OnInit { _: AsterProductListingService

; screen: ProductListingScreenData; constructor(_: AsterProductListingService

); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "aster-cms-product-listing", never, {}, {}, never, never, true, never>; }