import { GetFrequentlyBoughtTogetherProps } from '@algolia/recommend-core'; import { FrequentlyBoughtTogetherProps as FrequentlyBoughtTogetherVDOMProps } from '@algolia/recommend-vdom'; import { OptionalRecommendClient } from './types/OptionalRecommendClient'; export type UseFrequentlyBoughtTogetherProps = OptionalRecommendClient>; export type FrequentlyBoughtTogetherProps = UseFrequentlyBoughtTogetherProps & Omit, 'items' | 'status' | 'createElement' | 'Fragment'>; export declare function FrequentlyBoughtTogether(props: FrequentlyBoughtTogetherProps): JSX.Element;