export declare function PromptInputWrapper({ children, isReadonly, }: { isReadonly?: boolean; children: React.ReactNode; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=prompt-input-wrapper.d.ts.map