import { ISdk, TagExtended, Tile, IProductsComponent } from "../../types"; export declare function ProductCTA({ product }: { sdk: ISdk; product: TagExtended; tile: Tile; }): HTMLElement; export declare function ProductDetails({ sdk, product, tile }: { sdk: ISdk; product: TagExtended; tile: Tile; }): HTMLElement; export declare function ProductWrapper({ products, selectedProductId, component }: { products: TagExtended[]; selectedProductId: string; component: IProductsComponent; }): HTMLElement; export declare function ProductImages({ products, selectedProduct, component }: { products: TagExtended[]; selectedProduct: TagExtended; component: IProductsComponent; }): HTMLElement; export default function ProductsTemplate(sdk: ISdk, component?: IProductsComponent): HTMLElement; //# sourceMappingURL=products.template.d.ts.map