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