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