import { SuggestionsProps } from '../../../types/suggestions'; declare const Suggestions: (props: SuggestionsProps) => import("react/jsx-runtime").JSX.Element; export default Suggestions;