/** * PromptDialog Component * * Dialog for creating and editing prompts. */ import type { PromptDialogProps } from './types.js'; /** * PromptDialog component for create/edit operations */ export declare function PromptDialog({ open, on_open_change, mode, form_data, on_form_change, on_variable_change, on_add_variable, on_delete_variable, on_submit, submitting, }: PromptDialogProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=prompt_dialog.d.ts.map