import { RecommendComponentProps, Renderer } from './types'; export type FrequentlyBoughtTogetherProps = {}> = RecommendComponentProps; export declare function createFrequentlyBoughtTogetherComponent({ createElement, Fragment, }: Renderer): (props: FrequentlyBoughtTogetherProps) => JSX.Element;