import { IPromptProps } from "./types"; export declare const Prompt: (props: IPromptProps) => import("react/jsx-runtime").JSX.Element;