import React from 'react'; import { Editor } from '@tiptap/react'; import { Group } from '../../../extensions/AICommand/types.js'; export type AICommandPanelProps = { editor: Editor; userPrompt?: string; onOpenChange: (value: boolean) => void; items: Group[]; }; export declare const AICommandPanel: React.ForwardRefExoticComponent>; //# sourceMappingURL=AICommandPanel.d.ts.map