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