import type { InputContextProviderProps } from "./types.js"; import "./InputContext.css"; /** * Provides prompt input attachment state: file queue, header context chips, and `AttachmentPicker`. */ export declare function InputContextProvider({ children, fileUpload, fileDialogTitle, }: InputContextProviderProps): import("react/jsx-runtime").JSX.Element;