import type { ContentEditorAssistantContext, ContentEditorAssistantFieldUpdateAllowList } from '../../content-editor-assistant'; export interface Props { apiBaseUrl?: string; assistantContext?: ContentEditorAssistantContext | null; contentId?: string; currentEditorState?: string; currentReferenceIds?: string[]; formFields?: Record; currentProfileId?: string; assistantFieldAllowList?: ContentEditorAssistantFieldUpdateAllowList; onapplyfields?: (fields: Record) => void; onclose?: () => void; } declare const ContentAgentChat: import("svelte").Component; type ContentAgentChat = ReturnType; export default ContentAgentChat; //# sourceMappingURL=ContentAgentChat.svelte.d.ts.map