import { Product, Shop } from "../../models";
export declare class ProductEmbedHelper {
    static ProductIframe(shop: Shop, product: Product): string;
}
