import { ISdk, Tile } from "../../"; type SwiperTemplateProps = { tile: Tile; navArrows: boolean; prevIcon: string; nextIcon: string; sdk: ISdk; }; export declare function InlineProductsTemplate(sdk: ISdk, component: any): HTMLElement; export declare function ProductTagsSwiperTemplate({ tile, navArrows, prevIcon }: SwiperTemplateProps): HTMLElement; export declare function stripMetaCurrencySymbols(price: string): string; export {}; //# sourceMappingURL=inline-products.template.d.ts.map