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