/// <reference types="react" />
import { CategoryConfig } from '../../config/categoryConfig';
declare type Props = Readonly<{
    categoryConfig: CategoryConfig;
}>;
export declare function Suggested({ categoryConfig }: Props): JSX.Element | null;
export {};
