export interface RealTimeCommentsProps { formId: string; isSubmitting: boolean; sectionId: string; comment?: string; onCancelClick: () => void; } export declare const RealTimeComments: ({ sectionId, comment, formId, isSubmitting, onCancelClick, }: RealTimeCommentsProps) => import("react/jsx-runtime").JSX.Element;