import { type PromptFieldProps } from "./PromptField.js"; declare function GridPromptField(props: PromptFieldProps): import("react/jsx-runtime").JSX.Element; export { GridPromptField };