import type { PromptSuggestion } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js";
type GridAiAssistantPanelSuggestionsProps = {
  suggestions: PromptSuggestion[];
};
declare function GridAiAssistantPanelSuggestions(props: GridAiAssistantPanelSuggestionsProps): import("react/jsx-runtime").JSX.Element;
export { GridAiAssistantPanelSuggestions };