import type { ReactNode } from "react"; import { type PromptActionsViewInput } from "./prompt-actions-panel.js"; export declare function PromptActionsPanel(props: PromptActionsViewInput): ReactNode;