export declare const AIPromptInput: ({ onSubmit }: {
    onSubmit: (prompt: string) => void;
}) => import("react/jsx-runtime").JSX.Element;
