import type { Prompt } from "../../hooks/features/aiAssistant/gridAiAssistantInterfaces.js"; type GridPromptProps = Prompt & { onRerun: () => void; }; declare function GridPrompt(props: GridPromptProps): import("react/jsx-runtime").JSX.Element; export { GridPrompt };