import { RecommendProps } from './RecommendContext'; export declare function Recommend({ recommendClient, children, }: RecommendProps): JSX.Element;