export type AddCommentPromptProps = { messageId: string; }; export declare const AddCommentPrompt: ({ messageId }: AddCommentPromptProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AddCommentPrompt.d.ts.map