import * as React from 'react'; interface CommunicationTabProps { /** Rendered above the comments. The BIM viewer passes its BCF topics list here. */ topics?: React.ReactNode; } /** Comments tab, plus whatever viewer-specific collaboration content sits above them. */ export declare function CommunicationTab({ topics }: CommunicationTabProps): React.JSX.Element; export {}; //# sourceMappingURL=CommunicationTab.d.ts.map