import React from "react"; interface CollaborationDashboardProps { className?: string; position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"; fixed?: boolean; showUserList?: boolean; showActivityFeed?: boolean; showControls?: boolean; "data-testid"?: string; } export declare const GlassCollaborationDashboard: React.FC; export {}; //# sourceMappingURL=GlassCollaborationDashboard.d.ts.map