import React from "react"; interface CollaborativeCommentsProps { className?: string; allowComments?: boolean; compact?: boolean; contained?: boolean; maxHeight?: number | string; "aria-label"?: string; "data-testid"?: string; } export declare const GlassCollaborativeComments: React.FC; export {}; //# sourceMappingURL=GlassCollaborativeComments.d.ts.map